FS_DIRSYNC_FL
return flags & ~FS_DIRSYNC_FL;
iflags |= FS_DIRSYNC_FL;
FS_SYNC_FL | FS_DIRSYNC_FL | \
if (fsflags & FS_DIRSYNC_FL)
#define EXT2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
{ F2FS_DIRSYNC_FL, FS_DIRSYNC_FL },
FS_DIRSYNC_FL | \
FS_DIRSYNC_FL | \
{JFS_DIRSYNC_FL, FS_DIRSYNC_FL},
if (flags & FS_DIRSYNC_FL)
FS_COMPRBLK_FL | FS_NOCOMP_FL | FS_NOTAIL_FL | FS_DIRSYNC_FL)
return flags & ~(FS_DIRSYNC_FL | FS_TOPDIR_FL);
#define OCFS2_DIRSYNC_FL FS_DIRSYNC_FL /* dirsync behaviour (directories only) */
flags &= ~FS_DIRSYNC_FL;
FS_IMMUTABLE_FL | FS_DIRSYNC_FL)
if (ioctl_flags & FS_DIRSYNC_FL)
ioctl_flags |= FS_DIRSYNC_FL;