Home
last modified time | relevance | path

Searched refs:FS_DIRSYNC_FL (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dioctl.c22 FS_IMMUTABLE_FL | FS_DIRSYNC_FL)
71 if (ioctl_flags & FS_DIRSYNC_FL) in ioctl2ubifs()
97 ioctl_flags |= FS_DIRSYNC_FL; in ubifs2ioctl()
169 flags &= ~FS_DIRSYNC_FL; in ubifs_ioctl()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dnilfs.h215 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
223 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
H A Dinode.c439 if (flags & FS_DIRSYNC_FL) in nilfs_set_inode_flags()
/OK3568_Linux_fs/kernel/fs/jfs/
H A Dioctl.c32 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dfs.h257 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfs.h257 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ 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.h349 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ 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.h349 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h250 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Docfs2_fs.h260 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dioctl.c97 return flags & ~FS_DIRSYNC_FL; in btrfs_mask_fsflags_for_type()
121 iflags |= FS_DIRSYNC_FL; in btrfs_inode_flags_to_fsflags()
175 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_fsflags()
254 if (fsflags & FS_DIRSYNC_FL) in btrfs_ioctl_setflags()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dfile.c1918 { F2FS_DIRSYNC_FL, FS_DIRSYNC_FL },
1932 FS_DIRSYNC_FL | \
1948 FS_DIRSYNC_FL | \