Searched refs:HFS_FLG_EXT_DIRTY (Results 1 – 2 of 2) sorted by relevance
121 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_write_extent()126 HFS_I(inode)->flags &= ~HFS_FLG_EXT_DIRTY; in __hfs_ext_write_extent()136 if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) { in hfs_ext_write_extent()169 if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) { in __hfs_ext_cache_extent()182 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_cache_extent()435 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_extend_file()462 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW; in hfs_extend_file()528 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_file_truncate()533 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in hfs_file_truncate()
89 #define HFS_FLG_EXT_DIRTY 0x0002 macro