Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/hfs/
A Dextent.c117 if (HFS_I(inode)->flags & HFS_FLG_EXT_NEW) { in __hfs_ext_write_extent()
125 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_write_extent()
186 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in __hfs_ext_cache_extent()
468 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW; in hfs_extend_file()
539 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in hfs_file_truncate()
A Dhfs_fs.h91 #define HFS_FLG_EXT_NEW 0x0004 macro

Completed in 4 milliseconds