Home
last modified time | relevance | path

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

/linux-6.12.1/fs/ubifs/
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()
/linux-6.12.1/fs/nilfs2/
Dnilfs.h242 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
250 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
Dinode.c417 if (flags & FS_DIRSYNC_FL) in nilfs_set_inode_flags()
/linux-6.12.1/fs/jfs/
Dioctl.c33 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/linux-6.12.1/tools/include/uapi/linux/
Dfs.h283 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/
Dfs.h283 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/linux-6.12.1/include/uapi/linux/
Dfs.h283 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/linux-6.12.1/fs/ext2/
Dext2.h242 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/linux-6.12.1/fs/ocfs2/
Docfs2_fs.h258 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/linux-6.12.1/fs/btrfs/
Dioctl.c126 return flags & ~FS_DIRSYNC_FL; in btrfs_mask_fsflags_for_type()
152 iflags |= FS_DIRSYNC_FL; in btrfs_inode_flags_to_fsflags()
200 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_fsflags()
316 if (fsflags & FS_DIRSYNC_FL) in btrfs_fileattr_set()
/linux-6.12.1/fs/f2fs/
Dfile.c2057 { F2FS_DIRSYNC_FL, FS_DIRSYNC_FL },
2071 FS_DIRSYNC_FL | \
2087 FS_DIRSYNC_FL | \