Home
last modified time | relevance | path

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

/linux-6.12.1/tools/include/uapi/linux/
Dfs.h284 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h284 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/linux-6.12.1/include/uapi/linux/
Dfs.h284 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/linux-6.12.1/fs/nilfs2/
Dnilfs.h250 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
/linux-6.12.1/fs/ext2/
Dext2.h243 #define EXT2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h259 #define OCFS2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/linux-6.12.1/fs/gfs2/
Dfile.c138 {FS_TOPDIR_FL, GFS2_DIF_TOPDIR},