FS_DIRSYNC_FL     100 fs/btrfs/ioctl.c 		return flags & ~FS_DIRSYNC_FL;
FS_DIRSYNC_FL     124 fs/btrfs/ioctl.c 		iflags |= FS_DIRSYNC_FL;
FS_DIRSYNC_FL     175 fs/btrfs/ioctl.c 		      FS_SYNC_FL | FS_DIRSYNC_FL | \
FS_DIRSYNC_FL     243 fs/btrfs/ioctl.c 	if (fsflags & FS_DIRSYNC_FL)
FS_DIRSYNC_FL     250 fs/ext2/ext2.h #define EXT2_DIRSYNC_FL			FS_DIRSYNC_FL	/* dirsync behaviour (directories only) */
FS_DIRSYNC_FL    1714 fs/f2fs/file.c 	{ F2FS_DIRSYNC_FL,	FS_DIRSYNC_FL },
FS_DIRSYNC_FL    1726 fs/f2fs/file.c 		FS_DIRSYNC_FL |		\
FS_DIRSYNC_FL    1740 fs/f2fs/file.c 		FS_DIRSYNC_FL |		\
FS_DIRSYNC_FL      32 fs/jfs/ioctl.c 	{JFS_DIRSYNC_FL,	FS_DIRSYNC_FL},
FS_DIRSYNC_FL     426 fs/nilfs2/inode.c 	if (flags & FS_DIRSYNC_FL)
FS_DIRSYNC_FL     217 fs/nilfs2/nilfs.h 	 FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
FS_DIRSYNC_FL     225 fs/nilfs2/nilfs.h 		return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL);
FS_DIRSYNC_FL     260 fs/ocfs2/ocfs2_fs.h #define OCFS2_DIRSYNC_FL		FS_DIRSYNC_FL	/* dirsync behaviour (directories only) */
FS_DIRSYNC_FL      22 fs/ubifs/ioctl.c 	 FS_IMMUTABLE_FL | FS_DIRSYNC_FL)
FS_DIRSYNC_FL      67 fs/ubifs/ioctl.c 	if (ioctl_flags & FS_DIRSYNC_FL)
FS_DIRSYNC_FL      93 fs/ubifs/ioctl.c 		ioctl_flags |= FS_DIRSYNC_FL;
FS_DIRSYNC_FL     163 fs/ubifs/ioctl.c 			flags &= ~FS_DIRSYNC_FL;