Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfsplus/
Dxattr.c306 HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
319 HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
371 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
382 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in __hfsplus_setxattr()
817 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in hfsplus_removexattr()
828 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_CAT_DIRTY); in hfsplus_removexattr()
Dcatalog.c308 hfsplus_mark_inode_dirty(dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_create_cat()
405 hfsplus_mark_inode_dirty(dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_delete_cat()
519 hfsplus_mark_inode_dirty(dst_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
520 hfsplus_mark_inode_dirty(src_dir, HFSPLUS_I_CAT_DIRTY); in hfsplus_rename_cat()
Dinode.c293 if (test_and_clear_bit(HFSPLUS_I_CAT_DIRTY, &hip->flags)) in hfsplus_file_fsync()
602 set_bit(HFSPLUS_I_CAT_DIRTY, &HFSPLUS_I(inode)->flags); in hfsplus_cat_write_inode()
Dhfsplus_fs.h257 #define HFSPLUS_I_CAT_DIRTY 1 /* has changes in the catalog tree */ macro
Dsuper.c584 HFSPLUS_I_CAT_DIRTY); in hfsplus_fill_super()