Searched refs:swp_vp (Results 1 – 1 of 1) sorted by relevance
93 struct vnode *swp_vp; /* backing vnode */ member1535 vm_swapfile_open(swf->swp_path, &swf->swp_vp); in vm_swap_create_file()1537 if (swf->swp_vp == NULL) { in vm_swap_create_file()1551 if (vm_swapfile_preallocate(swf->swp_vp, &size, &swap_file_pin) == 0) { in vm_swap_create_file()1577 if (vnode_trim_list(swf->swp_vp, NULL, FALSE) == 0) { in vm_swap_create_file()1620 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_create_file()1622 swf->swp_vp = NULL; in vm_swap_create_file()1660 if ((retval = vnode_getwithref(swf->swp_vp)) != 0) { in vm_swap_get()1663 …retval = vm_swapfile_io(swf->swp_vp, file_offset, (uint64_t)c_seg->c_store.c_buffer, (int)(size / … in vm_swap_get()1664 vnode_put(swf->swp_vp); in vm_swap_get()[all …]