Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_support.c745 …ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_FREE_ON_EMPTY | U… in nop_pagein()
755 …ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_FREE_ON_EMPTY | U… in err_pagein()
776 …ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_FREE_ON_EMPTY | U… in nop_pageout()
786 …ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_FREE_ON_EMPTY | U… in err_pageout()
H A Dkpi_vfs.c5844 upl_t a_pl;
5860 a.a_pl = pl; in VNOP_PAGEIN()
5882 upl_t a_pl;
5899 a.a_pl = pl; in VNOP_PAGEOUT()
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c526 upl_t upl = ap->a_pl; in bindfs_pagein()
596 …ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_ERROR | UPL_ABORT… in bindfs_pagein()
/xnu-12377.41.6/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c337 …return cluster_pagein(ap->a_vp, ap->a_pl, ap->a_pl_offset, ap->a_f_offset, ap->a_size, fsnode->siz… in mockfs_pagein()
/xnu-12377.41.6/bsd/sys/
H A Dvnode_if.h1264 upl_t a_pl; member
1296 upl_t a_pl; member
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c1031 upl_t upl = ap->a_pl; in nullfs_pagein()
1101 …ubc_upl_abort_range(ap->a_pl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_ERROR | UPL_ABORT… in nullfs_pagein()
/xnu-12377.41.6/bsd/kern/
H A Ddecmpfs.c1286 upl_t pl = ap->a_pl;