Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ubifs/
Dioctl.c71 if (ioctl_flags & FS_DIRSYNC_FL) in ioctl2ubifs()
97 ioctl_flags |= FS_DIRSYNC_FL; in ubifs2ioctl()
170 flags &= ~FS_DIRSYNC_FL; in ubifs_ioctl()
/linux-4.1.27/fs/nilfs2/
Dnilfs.h223 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
231 return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL); in nilfs_mask_flags()
Dinode.c454 if (flags & FS_DIRSYNC_FL) in nilfs_set_inode_flags()
/linux-4.1.27/include/uapi/linux/
Dfs.h195 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/linux-4.1.27/fs/jfs/
Dioctl.c31 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/linux-4.1.27/fs/f2fs/
Dinode.c35 if (flags & FS_DIRSYNC_FL) in f2fs_set_inode_flags()
Dfile.c869 #define F2FS_REG_FLMASK (~(FS_DIRSYNC_FL | FS_TOPDIR_FL))
/linux-4.1.27/fs/ext2/
Dext2.h245 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/linux-4.1.27/fs/ocfs2/
Docfs2_fs.h274 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/linux-4.1.27/fs/btrfs/
Dioctl.c98 return flags & ~FS_DIRSYNC_FL; in btrfs_mask_flags()
121 iflags |= FS_DIRSYNC_FL; in btrfs_flags_to_ioctl()
202 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_flags()
277 if (flags & FS_DIRSYNC_FL) in btrfs_ioctl_setflags()