Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dioctl.c74 if (ioctl_flags & FS_DIRSYNC_FL) in ioctl2ubifs()
100 ioctl_flags |= FS_DIRSYNC_FL; in ubifs2ioctl()
173 flags &= ~FS_DIRSYNC_FL; in ubifs_ioctl()
/Linux-v4.19/fs/nilfs2/
Dnilfs.h217 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
225 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
Dinode.c426 if (flags & FS_DIRSYNC_FL) in nilfs_set_inode_flags()
/Linux-v4.19/fs/jfs/
Dioctl.c32 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/Linux-v4.19/include/uapi/linux/
Dfs.h349 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/Linux-v4.19/fs/ext2/
Dext2.h250 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/Linux-v4.19/fs/ocfs2/
Docfs2_fs.h273 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/Linux-v4.19/fs/btrfs/
Dioctl.c97 return flags & ~FS_DIRSYNC_FL; in btrfs_mask_fsflags_for_type()
121 iflags |= FS_DIRSYNC_FL; in btrfs_inode_flags_to_fsflags()
172 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_fsflags()
248 if (fsflags & FS_DIRSYNC_FL) in btrfs_ioctl_setflags()