XFS_ICWALK_FLAG_SYNC
xfs_blockgc_free_quota(ip, XFS_ICWALK_FLAG_SYNC);
icw.icw_flags = XFS_ICWALK_FLAG_SYNC;
wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC);
sync = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC);
wait = icw && (icw->icw_flags & XFS_ICWALK_FLAG_SYNC);
#define XFS_ICWALK_FLAGS_VALID (XFS_ICWALK_FLAG_SYNC | \
dst->icw_flags |= XFS_ICWALK_FLAG_SYNC;
.icw_flags = XFS_ICWALK_FLAG_SYNC,