Searched refs:upl_ctx (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.121.6/osfmk/vm/ |
| H A D | vm_compressor_backing_store_internal.h | 123 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);
|
| H A D | vm_compressor_backing_store.c | 1725 void *upl_ctx = NULL; in vm_swap_put() local 1838 upl_ctx = (void *)&soc->swp_upl_ctx; in vm_swap_put() 1844 …= vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, upl_ctx); in vm_swap_put() 1848 if (error || upl_ctx == NULL) { in vm_swap_put()
|
| H A D | vm_pageout.c | 9894 struct upl_io_completion *upl_ctx = upl->upl_iodone; local 9896 if (upl_ctx) { 9897 void (*iodone_func)(void *, int) = upl_ctx->io_done; 9899 assert(upl_ctx->io_done); 9901 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error); 9914 struct upl_io_completion *upl_ctx = upl->upl_iodone; local 9916 if (upl_ctx) { 9917 upl_ctx->io_error = error;
|
| H A D | vm_compressor.c | 6259 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);
|