Home
last modified time | relevance | path

Searched refs:a_pl_offset (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.c5845 upl_offset_t a_pl_offset;
5861 a.a_pl_offset = pl_offset; in VNOP_PAGEIN()
5883 upl_offset_t a_pl_offset;
5900 a.a_pl_offset = pl_offset; in VNOP_PAGEOUT()
/xnu-12377.41.6/bsd/miscfs/bindfs/
H A Dbind_vnops.c540 ioaddr += ap->a_pl_offset; in bindfs_pagein()
583 … ubc_upl_commit_range(upl, ap->a_pl_offset, (upl_size_t)bytes_to_commit, UPL_COMMIT_FREE_ON_EMPTY); in bindfs_pagein()
588 …ubc_upl_abort_range(upl, ap->a_pl_offset + (upl_offset_t)bytes_to_commit, (upl_size_t)bytes_remain… in bindfs_pagein()
591 …ubc_upl_abort_range(upl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_ERROR | UPL_ABORT_FREE… 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/nullfs/
H A Dnull_vnops.c1045 ioaddr += ap->a_pl_offset; in nullfs_pagein()
1088 … ubc_upl_commit_range(upl, ap->a_pl_offset, (upl_size_t)bytes_to_commit, UPL_COMMIT_FREE_ON_EMPTY); in nullfs_pagein()
1093 …ubc_upl_abort_range(upl, ap->a_pl_offset + bytes_to_commit, (upl_size_t)bytes_remaining, UPL_ABORT… in nullfs_pagein()
1096 …ubc_upl_abort_range(upl, ap->a_pl_offset, (upl_size_t)ap->a_size, UPL_ABORT_ERROR | UPL_ABORT_FREE… 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/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.h1265 upl_offset_t a_pl_offset; member
1297 upl_offset_t a_pl_offset; member
/xnu-12377.41.6/bsd/kern/
H A Ddecmpfs.c1287 upl_offset_t pl_offset = ap->a_pl_offset;