Home
last modified time | relevance | path

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

/fs/hfs/
Dextent.c117 if (HFS_I(inode)->flags & HFS_FLG_EXT_NEW) { in __hfs_ext_write_extent()
121 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_write_extent()
182 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_cache_extent()
462 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW; in hfs_extend_file()
533 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in hfs_file_truncate()
Dhfs_fs.h90 #define HFS_FLG_EXT_NEW 0x0004 macro