Home
last modified time | relevance | path

Searched refs:XFS_DIFLAG_SYNC (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_format.h991 #define XFS_DIFLAG_SYNC (1 << XFS_DIFLAG_SYNC_BIT) macro
1004 XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \
/linux-4.1.27/fs/xfs/
Dxfs_ioctl.c884 if (di_flags & XFS_DIFLAG_SYNC) in xfs_di2lxflags()
945 di_flags |= XFS_DIFLAG_SYNC; in xfs_set_diflags()
Dxfs_inode.c574 if (di_flags & XFS_DIFLAG_SYNC) in _xfs_dic2xflags()
839 if ((pip->i_d.di_flags & XFS_DIFLAG_SYNC) && in xfs_ialloc()
841 di_flags |= XFS_DIFLAG_SYNC; in xfs_ialloc()
Dxfs_iops.c1202 if (ip->i_d.di_flags & XFS_DIFLAG_SYNC) in xfs_diflags_to_iflags()