Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfs.h258 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfs.h258 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfs.h350 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfs.h350 #define FS_TOPDIR_FL 0x00020000 /* Top of directory hierarchies*/ macro
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dnilfs.h223 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h251 #define EXT2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2_fs.h261 #define OCFS2_TOPDIR_FL FS_TOPDIR_FL /* Top of directory hierarchies*/
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dfile.c136 {FS_TOPDIR_FL, GFS2_DIF_TOPDIR},