Searched refs:upl_ctx (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215.1.10/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 | 1727 void *upl_ctx = NULL; in vm_swap_put() local 1840 upl_ctx = (void *)&soc->swp_upl_ctx; in vm_swap_put() 1846 …= vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, upl_ctx); in vm_swap_put() 1850 if (error || upl_ctx == NULL) { in vm_swap_put()
|
| H A D | vm_pageout.c | 9925 struct upl_io_completion *upl_ctx = upl->upl_iodone; local 9927 if (upl_ctx) { 9928 void (*iodone_func)(void *, int) = upl_ctx->io_done; 9930 assert(upl_ctx->io_done); 9932 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error); 9945 struct upl_io_completion *upl_ctx = upl->upl_iodone; local 9947 if (upl_ctx) { 9948 upl_ctx->io_error = error;
|
| H A D | vm_compressor.c | 6233 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);
|