xfs_reserve_blocks   12 fs/xfs/xfs_fsops.h extern int xfs_reserve_blocks(xfs_mount_t *mp, uint64_t *inval,
xfs_reserve_blocks 2289 fs/xfs/xfs_ioctl.c 		error = xfs_reserve_blocks(mp, &in, &inout);
xfs_reserve_blocks 2305 fs/xfs/xfs_ioctl.c 		error = xfs_reserve_blocks(mp, NULL, &out);
xfs_reserve_blocks  948 fs/xfs/xfs_mount.c 		error = xfs_reserve_blocks(mp, &resblks, NULL);
xfs_reserve_blocks 1095 fs/xfs/xfs_mount.c 	error = xfs_reserve_blocks(mp, &resblks, NULL);
xfs_reserve_blocks 1149 fs/xfs/xfs_super.c 	xfs_reserve_blocks(mp, &resblks, NULL);
xfs_reserve_blocks 1163 fs/xfs/xfs_super.c 	xfs_reserve_blocks(mp, &resblks, NULL);