Searched refs:swp_vp (Results 1 – 1 of 1) sorted by relevance
98 struct vnode *swp_vp; /* backing vnode */ member1550 vm_swapfile_open(swf->swp_path, &swf->swp_vp); in vm_swap_create_file()1552 if (swf->swp_vp == NULL) { in vm_swap_create_file()1566 if (vm_swapfile_preallocate(swf->swp_vp, &size, &swap_file_pin) == 0) { in vm_swap_create_file()1592 if (vnode_trim_list(swf->swp_vp, NULL, FALSE) == 0) { in vm_swap_create_file()1635 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_create_file()1637 swf->swp_vp = NULL; in vm_swap_create_file()1675 if ((retval = vnode_getwithref(swf->swp_vp)) != 0) { in vm_swap_get()1678 …retval = vm_swapfile_io(swf->swp_vp, file_offset, (uint64_t)c_seg->c_store.c_buffer, (int)(size / … in vm_swap_get()1679 vnode_put(swf->swp_vp); in vm_swap_get()[all …]