Searched refs:swp_vp (Results 1 – 1 of 1) sorted by relevance
98 struct vnode *swp_vp; /* backing vnode */ member1568 vm_swapfile_open(swf->swp_path, &swf->swp_vp); in vm_swap_create_file()1570 if (swf->swp_vp == NULL) { in vm_swap_create_file()1584 if (vm_swapfile_preallocate(swf->swp_vp, &size, &swap_file_pin) == 0) { in vm_swap_create_file()1610 if (vnode_trim_list(swf->swp_vp, NULL, FALSE) == 0) { in vm_swap_create_file()1653 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_create_file()1655 swf->swp_vp = NULL; in vm_swap_create_file()1693 if ((retval = vnode_getwithref(swf->swp_vp)) != 0) { in vm_swap_get()1696 …retval = vm_swapfile_io(swf->swp_vp, file_offset, (uint64_t)c_seg->c_store.c_buffer, (int)(size / … in vm_swap_get()1697 vnode_put(swf->swp_vp); in vm_swap_get()[all …]