Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hfsplus/
Dextents.c482 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_extend()
582 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_truncate()
Dhfsplus_fs.h222 #define HFSPLUS_I_ALLOC_DIRTY 3 /* has changes in the allocation file */ macro
Dinode.c345 if (test_and_clear_bit(HFSPLUS_I_ALLOC_DIRTY, &hip->flags)) { in hfsplus_file_fsync()