Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.c436 if (flags & FS_DIRSYNC_FL) in nilfs_set_inode_flags()
/linux-4.4.14/include/uapi/linux/
Dfs.h195 #define FS_DIRSYNC_FL 0x00010000 /* dirsync behaviour (directories only) */ macro
/linux-4.4.14/fs/jfs/
Dioctl.c31 {JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
/linux-4.4.14/fs/f2fs/
Dinode.c34 if (flags & FS_DIRSYNC_FL) in f2fs_set_inode_flags()
Dfile.c1271 #define F2FS_REG_FLMASK (~(FS_DIRSYNC_FL | FS_TOPDIR_FL))
/linux-4.4.14/fs/ext2/
Dext2.h245 #define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/linux-4.4.14/fs/ocfs2/
Docfs2_fs.h274 #define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
/linux-4.4.14/fs/btrfs/
Dioctl.c99 return flags & ~FS_DIRSYNC_FL; in btrfs_mask_flags()
122 iflags |= FS_DIRSYNC_FL; in btrfs_flags_to_ioctl()
203 FS_SYNC_FL | FS_DIRSYNC_FL | \ in check_flags()
278 if (flags & FS_DIRSYNC_FL) in btrfs_ioctl_setflags()