Home
last modified time | relevance | path

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

/linux-3.4.99/fs/hfs/
Dextent.c121 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()
134 if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) { in hfs_ext_write_extent()
164 if (HFS_I(inode)->flags & HFS_FLG_EXT_DIRTY) in __hfs_ext_cache_extent()
174 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_cache_extent()
422 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_extend_file()
447 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW; in hfs_extend_file()
508 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_file_truncate()
513 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in hfs_file_truncate()
Dhfs_fs.h72 #define HFS_FLG_EXT_DIRTY 0x0002 macro