Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dxattr.c235 hfsplus_mark_inode_dirty(attr_file, HFSPLUS_I_ATTR_DIRTY); in hfsplus_create_attributes_file()
304 hfsplus_mark_inode_dirty(inode, in __hfsplus_setxattr()
317 hfsplus_mark_inode_dirty(inode, 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 Dattributes.c256 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ATTR_DIRTY); in hfsplus_create_attr()
303 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ATTR_DIRTY); in __hfsplus_delete_attr()
H A Dextents.c520 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_extend()
630 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_truncate()
H A Dhfsplus_fs.h281 static inline void hfsplus_mark_inode_dirty(struct inode *inode, in hfsplus_mark_inode_dirty() function