Searched refs:XFS_DIFLAG_SYNC (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1060 #define XFS_DIFLAG_SYNC (1 << XFS_DIFLAG_SYNC_BIT) macro
1073 XFS_DIFLAG_IMMUTABLE | XFS_DIFLAG_APPEND | XFS_DIFLAG_SYNC | \
/linux-master/fs/xfs/
H A Dxfs_inode.c583 if (ip->i_diflags & XFS_DIFLAG_SYNC)
692 if ((pip->i_diflags & XFS_DIFLAG_SYNC) &&
694 di_flags |= XFS_DIFLAG_SYNC;
H A Dxfs_ioctl.c1071 di_flags |= XFS_DIFLAG_SYNC;

Completed in 159 milliseconds