Home
last modified time | relevance | path

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

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