Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Df2fs.h2276 #define F2FS_REG_FLMASK (~(F2FS_DIRSYNC_FL | F2FS_TOPDIR_FL)) macro
2286 return flags & F2FS_REG_FLMASK; in f2fs_mask_flags()