Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Df2fs.h2987 #define F2FS_REG_FLMASK (~(F2FS_DIRSYNC_FL | F2FS_PROJINHERIT_FL | \ macro
2998 return flags & F2FS_REG_FLMASK; in f2fs_mask_flags()