Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dfs.h350 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/Linux-v4.19/fs/nilfs2/
Dnilfs.h225 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
/Linux-v4.19/fs/ext2/
Dext2.h251 #define EXT2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/Linux-v4.19/fs/ocfs2/
Docfs2_fs.h274 #define OCFS2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/Linux-v4.19/fs/gfs2/
Dfile.c138 {FS_TOPDIR_FL, GFS2_DIF_TOPDIR},