Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/vm/
H A Dvm_compressor_backing_store.h103 extern void vm_swapfile_open(const char *path, struct vnode **vp);
H A Dvm_compressor_backing_store.c484 vm_swapfile_open("/tmp/compressed_data", &c_compressed_record_vp); in c_compressed_record_init()
524 vm_swapfile_open(pathname, &vp); in vm_compaction_swapper_do_init()
1391 vm_swapfile_open(swf->swp_path, &swf->swp_vp); in vm_swap_create_file()
2333 vm_swapfile_open(swapfilename, &temp_vp); in vm_swap_max_budget()
/xnu-8020.101.4/bsd/vm/
H A Dvm_compressor_backing_file.c44 void vm_swapfile_open(const char *path, vnode_t *vp);
58 vm_swapfile_open(const char *path, vnode_t *vp) in vm_swapfile_open() function