reservation       238 arch/x86/xen/setup.c 	struct xen_memory_reservation reservation = {
reservation       244 arch/x86/xen/setup.c 	set_xen_guest_handle(reservation.extent_start, &mfn);
reservation       245 arch/x86/xen/setup.c 	reservation.nr_extents = 1;
reservation       247 arch/x86/xen/setup.c 	return HYPERVISOR_memory_op(XENMEM_decrease_reservation, &reservation);
reservation        95 drivers/xen/mem-reservation.c 	struct xen_memory_reservation reservation = {
reservation       102 drivers/xen/mem-reservation.c 	set_xen_guest_handle(reservation.extent_start, frames);
reservation       103 drivers/xen/mem-reservation.c 	reservation.nr_extents = count;
reservation       104 drivers/xen/mem-reservation.c 	return HYPERVISOR_memory_op(XENMEM_populate_physmap, &reservation);
reservation       111 drivers/xen/mem-reservation.c 	struct xen_memory_reservation reservation = {
reservation       118 drivers/xen/mem-reservation.c 	set_xen_guest_handle(reservation.extent_start, frames);
reservation       119 drivers/xen/mem-reservation.c 	reservation.nr_extents = count;
reservation       120 drivers/xen/mem-reservation.c 	return HYPERVISOR_memory_op(XENMEM_decrease_reservation, &reservation);
reservation      2034 fs/xfs/libxfs/xfs_alloc.c 	xfs_extlen_t		reservation; /* blocks that are still reserved */
reservation      2041 fs/xfs/libxfs/xfs_alloc.c 	reservation = xfs_ag_resv_needed(pag, args->resv);
reservation      2045 fs/xfs/libxfs/xfs_alloc.c 	longest = xfs_alloc_longest_free_extent(pag, min_free, reservation);
reservation      2056 fs/xfs/libxfs/xfs_alloc.c 			  reservation - min_free - args->minleft);