Home
last modified time | relevance | path

Searched refs:HFS_FLG_EXT_DIRTY (Results 1 – 2 of 2) sorted by relevance

/linux/fs/hfs/
H A Dextent.c125 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_write_extent()
130 HFS_I(inode)->flags &= ~HFS_FLG_EXT_DIRTY; in __hfs_ext_write_extent()
140 if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) { in hfs_ext_write_extent()
173 if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) { in __hfs_ext_cache_extent()
186 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_cache_extent()
442 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_extend_file()
469 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW; in hfs_extend_file()
535 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_file_truncate()
540 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in hfs_file_truncate()
H A Dhfs_fs.h58 #define HFS_FLG_EXT_DIRTY 0x0002 macro