xfs_sync_inodes   130 fs/xfs/quota/xfs_qm_syscalls.c 		return (xfs_sync_inodes(mp, SYNC_DELWRI, NULL));
xfs_sync_inodes   529 fs/xfs/xfs_mount.h extern int	xfs_sync_inodes(xfs_mount_t *, int, int *);
xfs_sync_inodes   658 fs/xfs/xfs_vfsops.c 			error = xfs_sync_inodes(mp, flags, bypassed);