Searched refs:upl_ctx (Results 1 – 4 of 4) sorted by relevance
| /xnu-11417.140.69/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 | 1745 void *upl_ctx = NULL; in vm_swap_put() local 1858 upl_ctx = (void *)&soc->swp_upl_ctx; in vm_swap_put() 1864 …= vm_swapfile_io(swf->swp_vp, file_offset, addr, (int) (size / PAGE_SIZE_64), SWAP_WRITE, upl_ctx); in vm_swap_put() 1868 if (error || upl_ctx == NULL) { in vm_swap_put()
|
| H A D | vm_pageout.c | 9886 struct upl_io_completion *upl_ctx = upl->upl_iodone; local 9888 if (upl_ctx) { 9889 void (*iodone_func)(void *, int) = upl_ctx->io_done; 9891 assert(upl_ctx->io_done); 9893 (*iodone_func)(upl_ctx->io_context, upl_ctx->io_error); 9906 struct upl_io_completion *upl_ctx = upl->upl_iodone; local 9908 if (upl_ctx) { 9909 upl_ctx->io_error = error;
|
| H A D | vm_compressor.c | 6267 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);
|