Searched refs:a_pl (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_support.c729 upl_t a_pl,
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);
756 upl_t a_pl,
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.c4889 upl_t a_pl;
4905 a.a_pl = pl;
4927 upl_t a_pl;
4944 a.a_pl = pl;
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c298 * upl_t a_pl; // Describes the pages that need to be paged in
308 * into the given UPL (a_pl), starting at the UPL offset (a_pl_offset). For mockfs, we don't have anything significant
331 return cluster_pagein(ap->a_vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset, ap->a_size, fsnode->size, ap->a_flags);
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1120 upl_t a_pl; member in struct:vnop_pagein_args
1152 upl_t a_pl; member in struct:vnop_pageout_args
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c4133 upl_t a_pl,
4171 if (ap->a_pl == NULL) {
4187 if (ap->a_pl != NULL) {
4194 error = cluster_pagein(vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset,
4342 ap->a_pl = upl;
4397 ap->a_pl = NULL;
4468 upl_t a_pl,
4512 if ((upl = ap->a_pl) == NULL) {
/xnu-2422.115.4/bsd/kern/
H A Ddecmpfs.c1066 upl_t pl = ap->a_pl;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c6739 upl_t a_pl;
6748 upl_t pl = ap->a_pl;
7050 upl_t a_pl;
7059 upl_t pl = ap->a_pl;

Completed in 92 milliseconds