SYNC_CLOSE       1140 fs/xfs/linux-2.6/xfs_super.c 		error = xfs_sync(mp, SYNC_WAIT | SYNC_CLOSE);
SYNC_CLOSE        367 fs/xfs/xfs_vfsops.c 	if (flags & (SYNC_DELWRI | SYNC_CLOSE)) {
SYNC_CLOSE        444 fs/xfs/xfs_vfsops.c 		if (XFS_FORCED_SHUTDOWN(mp) && !(flags & SYNC_CLOSE)) {
SYNC_CLOSE        497 fs/xfs/xfs_vfsops.c 		if ((flags & (SYNC_CLOSE|SYNC_IOWAIT)) ||
SYNC_CLOSE        504 fs/xfs/xfs_vfsops.c 			if (flags & SYNC_CLOSE) {
SYNC_CLOSE        749 fs/xfs/xfs_vfsops.c 	if ((flags & (SYNC_CLOSE|SYNC_WAIT)) == (SYNC_CLOSE|SYNC_WAIT)) {