Searched refs:vm_swapfile_io (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_compressor_backing_store.h | 108 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 | 1519 …retval = vm_swapfile_io(swf->swp_vp, file_offset, (uint64_t)c_seg->c_store.c_buffer, (int)(size / … in vm_swap_get() 1687 …error = vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, up… in vm_swap_put() 2105 if (vm_swapfile_io(swf->swp_vp, f_offset, addr, (int)(c_size / PAGE_SIZE_64), SWAP_READ, NULL)) { in vm_swap_reclaim()
|
| /xnu-8020.101.4/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 *); 193 vm_swapfile_io(vnode_t vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_iodone) in vm_swapfile_io() function
|