Home
last modified time | relevance | path

Searched refs:HFSPLUS_I_CAT_DIRTY (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/fs/hfsplus/
Dcatalog.c247 hfsplus_mark_inode_dirty(dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_create_cat()
335 hfsplus_mark_inode_dirty(dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_delete_cat()
415 hfsplus_mark_inode_dirty(dst_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
416 hfsplus_mark_inode_dirty(src_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
Dioctl.c153 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in hfsplus_setxattr()
Dinode.c324 if (test_and_clear_bit(HFSPLUS_I_CAT_DIRTY, &hip->flags)) in hfsplus_file_fsync()
613 set_bit(HFSPLUS_I_CAT_DIRTY, &HFSPLUS_I(inode)->flags); in hfsplus_cat_write_inode()
Dhfsplus_fs.h217 #define HFSPLUS_I_CAT_DIRTY 1 /* has changes in the catalog tree */ macro
Dsuper.c485 HFSPLUS_I_CAT_DIRTY); in hfsplus_fill_super()