Home
last modified time | relevance | path

Searched refs:vm_swapfile_io (Results 1 – 4 of 4) sorted by relevance

/xnu-10063.101.15/osfmk/vm/
H A Dvm_compressor_backing_store.h113 extern int vm_swapfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags,…
H A Dvm_compressor_backing_store.c1666 …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 Dvm_compressor.c5971 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 Dvm_compressor_backing_file.c49 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