Searched refs:vm_swapfile_io (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.61.5/osfmk/vm/ |
| H A D | vm_compressor_backing_store_internal.h | 123 extern int vm_swapfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags,…
|
| H A D | vm_compressor_backing_store.c | 1678 …retval = vm_swapfile_io(swf->swp_vp, file_offset, (uint64_t)c_seg->c_store.c_buffer, (int)(size / … in vm_swap_get() 1846 …error = vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, up… in vm_swap_put() 2262 if (vm_swapfile_io(swf->swp_vp, f_offset, addr, (int)(c_size / PAGE_SIZE_64), SWAP_READ, NULL)) { in vm_swap_reclaim()
|
| H A D | vm_compressor.c | 6230 extern int vm_swapfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags,… 6427 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_put() 6480 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_get()
|
| /xnu-11215.61.5/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 182 vm_swapfile_io(vnode_t vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_iodone) in vm_swapfile_io() function
|