Searched refs:swp_vp (Results 1 – 1 of 1) sorted by relevance
98 struct vnode *swp_vp; /* backing vnode */ member1572 vm_swapfile_open(swf->swp_path, &swf->swp_vp); in vm_swap_create_file()1574 if (swf->swp_vp == NULL) { in vm_swap_create_file()1588 if (vm_swapfile_preallocate(swf->swp_vp, &size, &swap_file_pin) == 0) { in vm_swap_create_file()1614 if (vnode_trim_list(swf->swp_vp, NULL, FALSE) == 0) { in vm_swap_create_file()1657 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_create_file()1659 swf->swp_vp = NULL; in vm_swap_create_file()1697 if ((retval = vnode_getwithref(swf->swp_vp)) != 0) { in vm_swap_get()1700 …retval = vm_swapfile_io(swf->swp_vp, file_offset, (uint64_t)c_seg->c_store.c_buffer, (int)(size / … in vm_swap_get()1701 vnode_put(swf->swp_vp); in vm_swap_get()[all …]