Home
last modified time | relevance | path

Searched refs:HFSPLUS_I_ALLOC_DIRTY (Results 1 – 3 of 3) sorted by relevance

/linux/fs/hfsplus/
H A Dextents.c516 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_extend()
626 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_truncate()
H A Dhfsplus_fs.h230 #define HFSPLUS_I_ALLOC_DIRTY 3 /* has changes in the allocation file */ macro
H A Dinode.c369 if (test_and_clear_bit(HFSPLUS_I_ALLOC_DIRTY, &hip->flags)) { in hfsplus_file_fsync()