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

/xnu-2422.115.4/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.c4890 upl_offset_t a_pl_offset;
4906 a.a_pl_offset = pl_offset;
4928 upl_offset_t a_pl_offset;
4945 a.a_pl_offset = pl_offset;
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c299 * upl_offset_t a_pl_offset; // Offset in the UPL to start placing data at
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/hfs/
H A Dhfs_readwrite.c4134 vm_offset_t a_pl_offset,
4176 ubc_upl_range_needed (upl, ap->a_pl_offset / PAGE_SIZE, 1);
4194 error = cluster_pagein(vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset,
4259 ubc_upl_range_needed(upl, ap->a_pl_offset / PAGE_SIZE, 1);
4343 ap->a_pl_offset = offset;
4389 * and null out a_upl and a_pl_offset.
4398 ap->a_pl_offset = 0;
4469 vm_offset_t a_pl_offset,
4484 vm_offset_t a_pl_offset; local
4503 a_pl_offset
[all...]
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1121 upl_offset_t a_pl_offset; member in struct:vnop_pagein_args
1153 upl_offset_t a_pl_offset; member in struct:vnop_pageout_args
/xnu-2422.115.4/bsd/kern/
H A Ddecmpfs.c1067 upl_offset_t pl_offset = ap->a_pl_offset;
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c6740 vm_offset_t a_pl_offset;
6751 vm_offset_t pl_offset = ap->a_pl_offset;
7051 vm_offset_t a_pl_offset;
7062 vm_offset_t pl_offset = ap->a_pl_offset;

Completed in 86 milliseconds