Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dextents.c519 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_extend()
627 hfsplus_mark_inode_dirty(inode, HFSPLUS_I_ALLOC_DIRTY); in hfsplus_file_truncate()
Dhfsplus_fs.h261 #define HFSPLUS_I_ALLOC_DIRTY 3 /* has changes in the allocation file */ macro
Dinode.c316 if (test_and_clear_bit(HFSPLUS_I_ALLOC_DIRTY, &hip->flags)) { in hfsplus_file_fsync()