Home
last modified time | relevance | path

Searched refs:FS_DIRSYNC_FL (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/ubifs/
H A Dioctl.c23 FS_IMMUTABLE_FL | FS_DIRSYNC_FL)
72 if (ioctl_flags & FS_DIRSYNC_FL) in ioctl2ubifs()
98 ioctl_flags |= FS_DIRSYNC_FL; in ubifs2ioctl()
165 flags &= ~FS_DIRSYNC_FL; in ubifs_fileattr_set()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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.c435 if (flags & FS_DIRSYNC_FL) in nilfs_set_inode_flags()
/kernel/linux/linux-5.10/fs/jfs/
H A Dioctl.c32 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/kernel/linux/linux-6.6/fs/jfs/
H A Dioctl.c33 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dfs.h257 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dfs.h257 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dfs.h258 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dfs.h172 #define FS_DIRSYNC_FL 0x00010000 macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dfs.h258 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dfs.h172 #define FS_DIRSYNC_FL 0x00010000 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dfs.h232 #define FS_DIRSYNC_FL 0x00010000 macro
/kernel/linux/linux-5.10/fs/ext2/
H A Dext2.h239 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/kernel/linux/linux-6.6/fs/ext2/
H A Dext2.h242 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/kernel/linux/linux-5.10/fs/ocfs2/
H A Docfs2_fs.h260 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/kernel/linux/linux-6.6/fs/ocfs2/
H A Docfs2_fs.h258 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dioctl.c130 return flags & ~FS_DIRSYNC_FL; in btrfs_mask_fsflags_for_type()
156 iflags |= FS_DIRSYNC_FL; in btrfs_inode_flags_to_fsflags()
204 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_fsflags()
306 if (fsflags & FS_DIRSYNC_FL) in btrfs_fileattr_set()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dfile.c1893 { F2FS_DIRSYNC_FL, FS_DIRSYNC_FL },
1907 FS_DIRSYNC_FL | \
1923 FS_DIRSYNC_FL | \
/kernel/linux/linux-6.6/fs/f2fs/
H A Dfile.c1972 { F2FS_DIRSYNC_FL, FS_DIRSYNC_FL },
1986 FS_DIRSYNC_FL | \
2002 FS_DIRSYNC_FL | \

Completed in 41 milliseconds