Home
last modified time | relevance | path

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

/linux/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()
/linux/fs/nilfs2/
H A Dnilfs.h243 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
251 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
/linux/fs/jfs/
H A Dioctl.c33 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/linux/tools/include/uapi/linux/
H A Dfs.h292 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h380 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/linux/fs/btrfs/
H A Dioctl.c127 return flags & ~FS_DIRSYNC_FL; in btrfs_mask_fsflags_for_type()
153 iflags |= FS_DIRSYNC_FL; in btrfs_inode_flags_to_fsflags()
200 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_fsflags()
315 if (fsflags & FS_DIRSYNC_FL) in btrfs_fileattr_set()