Home
last modified time | relevance | path

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

/linux-6.1.9/fs/hfs/
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()
441 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_extend_file()
468 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW; in hfs_extend_file()
534 HFS_I(inode)->flags |= HFS_FLG_EXT_DIRTY; in hfs_file_truncate()
539 HFS_I(inode)->flags &= ~(HFS_FLG_EXT_DIRTY|HFS_FLG_EXT_NEW); in hfs_file_truncate()
Dhfs_fs.h90 #define HFS_FLG_EXT_DIRTY 0x0002 macro