Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_compressor_backing_store_internal.h123 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);
H A Dvm_compressor_backing_store.c1727 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 Dvm_pageout.c9925 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 Dvm_compressor.c6233 …apfile_io(struct vnode *vp, uint64_t offset, uint64_t start, int npages, int flags, void *upl_ctx);