Searched refs:vm_swapfile_open (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_compressor_backing_store.h | 108 extern void vm_swapfile_open(const char *path, struct vnode **vp);
|
| H A D | vm_compressor_backing_store.c | 530 vm_swapfile_open("/tmp/compressed_data", &c_compressed_record_vp); in c_compressed_record_init() 570 vm_swapfile_open(pathname, &vp); in vm_compaction_swapper_do_init() 1538 vm_swapfile_open(swf->swp_path, &swf->swp_vp); in vm_swap_create_file() 2482 vm_swapfile_open(swapfilename, &temp_vp); in vm_swap_max_budget()
|
| H A D | vm_compressor.c | 5954 extern void vm_swapfile_open(const char *path, struct vnode **vp); 6105 vm_swapfile_open("/private/var/vm/uncompressedswap0", &uncompressed_vp0); in vm_uncompressed_put() 6120 vm_swapfile_open("/private/var/vm/uncompressedswap1", &uncompressed_vp1); in vm_uncompressed_put()
|
| /xnu-10063.141.1/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 44 void vm_swapfile_open(const char *path, vnode_t *vp); 59 vm_swapfile_open(const char *path, vnode_t *vp) in vm_swapfile_open() function
|