Home
last modified time | relevance | path

Searched refs:EXT2_DIRSYNC_FL (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/ext2/
H A Dext2.h239 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */ macro
251 EXT2_NOTAIL_FL | EXT2_DIRSYNC_FL)
254 #define EXT2_REG_FLMASK (~(EXT2_DIRSYNC_FL | EXT2_TOPDIR_FL))
H A Dinode.c1381 if (flags & EXT2_DIRSYNC_FL) in ext2_set_inode_flags()
/kernel/linux/linux-6.6/fs/ext2/
H A Dext2.h242 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */ macro
254 EXT2_NOTAIL_FL | EXT2_DIRSYNC_FL)
257 #define EXT2_REG_FLMASK (~(EXT2_DIRSYNC_FL | EXT2_TOPDIR_FL))
H A Dinode.c1362 if (flags & EXT2_DIRSYNC_FL) in ext2_set_inode_flags()

Completed in 12 milliseconds