Searched refs:vm_swapfile_close (Results 1 – 3 of 3) sorted by relevance
119 extern void vm_swapfile_close(uint64_t path, struct vnode *vp);
623 vm_swapfile_close((uint64_t)pathname, vp); in vm_compaction_swapper_do_init()1653 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_create_file()2366 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_reclaim()2517 vm_swapfile_close((uint64_t)&swapfilename, temp_vp); in vm_swap_max_budget()
65 vm_swapfile_close((uint64_t)path, *vp); in vm_swapfile_open()88 vm_swapfile_close(uint64_t path_addr, vnode_t vp) in vm_swapfile_close() function