Searched refs:a_pl (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_support.c | 745 …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 D | kpi_vfs.c | 5844 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 D | bind_vnops.c | 526 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 D | mockfs_vnops.c | 337 …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 D | vnode_if.h | 1264 upl_t a_pl; member 1296 upl_t a_pl; member
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 1031 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 D | decmpfs.c | 1286 upl_t pl = ap->a_pl;
|