xfs_sync         1033 fs/xfs/linux-2.6/xfs_super.c 		error = xfs_sync(mp, SYNC_FSDATA | SYNC_BDFLUSH | SYNC_ATTR);
xfs_sync         1106 fs/xfs/linux-2.6/xfs_super.c 	xfs_sync(mp, SYNC_ATTR | SYNC_DELWRI);
xfs_sync         1140 fs/xfs/linux-2.6/xfs_super.c 		error = xfs_sync(mp, SYNC_WAIT | SYNC_CLOSE);
xfs_sync         1164 fs/xfs/linux-2.6/xfs_super.c 		xfs_sync(XFS_M(sb), SYNC_FSDATA);
xfs_sync         1202 fs/xfs/linux-2.6/xfs_super.c 	error = xfs_sync(mp, flags);
xfs_sync         1341 fs/xfs/linux-2.6/xfs_super.c 		xfs_sync(mp, SYNC_DATA_QUIESCE);
xfs_sync           11 fs/xfs/xfs_vfsops.h int xfs_sync(struct xfs_mount *mp, int flags);