Searched refs:vm_swapfile_io (Results 1 – 4 of 4) sorted by relevance
| /xnu-10063.101.15/osfmk/vm/ |
| H A D | vm_compressor_backing_store.h | 113 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 | 1666 …retval = vm_swapfile_io(swf->swp_vp, file_offset, (uint64_t)c_seg->c_store.c_buffer, (int)(size / … in vm_swap_get() 1835 …error = vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, up… in vm_swap_put() 2252 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 | 5971 extern int vm_swapfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags,… 6168 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_put() 6221 …retval = vm_swapfile_io(uncompressed_vp, uncompress_offset, (uint64_t)uncompressor_io_req[i].addr,… in vm_uncompressed_get()
|
| /xnu-10063.101.15/bsd/vm/ |
| H A D | vm_compressor_backing_file.c | 49 int vm_swapfile_io(vnode_t vp, uint64_t offset, uint64_t start, int npages, int flags, void *); 194 vm_swapfile_io(vnode_t vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_iodone) in vm_swapfile_io() function
|