Home
last modified time | relevance | path

Searched refs:vm_swapfile_close (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/vm/
H A Dvm_compressor_backing_file.c45 void vm_swapfile_close(uint64_t path, vnode_t vp);
77 vm_swapfile_close((uint64_t)path, *vp); in vm_swapfile_open()
100 vm_swapfile_close(uint64_t path_addr, vnode_t vp) in vm_swapfile_close() function
/xnu-8796.141.3/osfmk/vm/
H A Dvm_compressor_backing_store.h109 extern void vm_swapfile_close(uint64_t path, struct vnode *vp);
H A Dvm_compressor_backing_store.c604 vm_swapfile_close((uint64_t)pathname, vp); in vm_compaction_swapper_do_init()
1623 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_create_file()
2338 vm_swapfile_close((uint64_t)(swf->swp_path), swf->swp_vp); in vm_swap_reclaim()
2489 vm_swapfile_close((uint64_t)&swapfilename, temp_vp); in vm_swap_max_budget()