Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dinode.c56 if (flags & F2FS_DIRSYNC_FL) in f2fs_set_inode_flags()
H A Df2fs.h3110 #define F2FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
3119 F2FS_DIRSYNC_FL | F2FS_PROJINHERIT_FL | \
3123 #define F2FS_REG_FLMASK (~(F2FS_DIRSYNC_FL | F2FS_PROJINHERIT_FL | \
H A Dfile.c2118 { F2FS_DIRSYNC_FL, FS_DIRSYNC_FL },