Searched refs:a_pl_offset (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_support.c730 vm_offset_t a_pl_offset,
741 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
749 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
757 vm_offset_t a_pl_offset,
768 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
776 ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, ap->a_size, UPL_ABORT_FREE_ON_EMPTY | UPL_ABORT_ERROR);
H A Dkpi_vfs.c5804 upl_offset_t a_pl_offset;
5824 a.a_pl_offset = pl_offset;
5858 upl_offset_t a_pl_offset;
5879 a.a_pl_offset = pl_offset;
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_readwrite.c3678 vm_offset_t a_pl_offset,
3717 error = cluster_pagein(vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset,
3782 ubc_upl_range_needed(upl, ap->a_pl_offset / PAGE_SIZE, 1);
3866 ap->a_pl_offset = offset;
3912 * and null out a_upl and a_pl_offset.
3921 ap->a_pl_offset = 0;
3992 vm_offset_t a_pl_offset,
4007 vm_offset_t a_pl_offset; local
4026 a_pl_offset = ap->a_pl_offset;
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_if.h1119 upl_offset_t a_pl_offset; member in struct:vnop_pagein_args
1151 upl_offset_t a_pl_offset; member in struct:vnop_pageout_args
/darwin-on-arm/xnu/bsd/kern/
H A Ddecmpfs.c1067 upl_offset_t pl_offset = ap->a_pl_offset;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vnops.c6647 vm_offset_t a_pl_offset;
6658 vm_offset_t pl_offset = ap->a_pl_offset;
6958 vm_offset_t a_pl_offset;
6969 vm_offset_t pl_offset = ap->a_pl_offset;

Completed in 108 milliseconds