Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dxattr.c305 HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
318 HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
370 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
381 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
814 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in hfsplus_removexattr()
825 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in hfsplus_removexattr()
H A Dcatalog.c316 hfsplus_mark_inode_dirty(dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_create_cat()
421 hfsplus_mark_inode_dirty(dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_delete_cat()
543 hfsplus_mark_inode_dirty(dst_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
544 hfsplus_mark_inode_dirty(src_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
H A Dinode.c321 if (test_and_clear_bit(HFSPLUS_I_CAT_DIRTY, &hip->flags)) in hfsplus_file_fsync()
651 set_bit(HFSPLUS_I_CAT_DIRTY, &HFSPLUS_I(inode)->flags); in hfsplus_cat_write_inode()
H A Dhfsplus_fs.h262 #define HFSPLUS_I_CAT_DIRTY 1 /* has changes in the catalog tree */ macro