Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dfs.h196 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/linux-4.1.27/fs/nilfs2/
Dnilfs.h231 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
/linux-4.1.27/fs/ext2/
Dext2.h246 #define EXT2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h275 #define OCFS2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/linux-4.1.27/fs/gfs2/
Dfile.c148 [gfs2fl_TopLevel] = FS_TOPDIR_FL,
/linux-4.1.27/fs/f2fs/
Dfile.c869 #define F2FS_REG_FLMASK (~(FS_DIRSYNC_FL | FS_TOPDIR_FL))