Searched refs:a_run (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c259 ap->a_run, ap->a_poff, ap->a_flags, ap->a_context));
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c341 * size_t *a_run; // Return parameter: number of contiguous bytes of data
350 * before the first discontinuity (*a_run). For mockfs, because only VREG files are eligible for IO, and because
368 run = ap->a_run;
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1396 size_t *a_run; member in struct:vnop_blockmap_args
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c2934 size_t *a_run;
3183 if (ap->a_run)
3184 *ap->a_run = bytesContAvail;
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c5217 size_t *a_run;
5238 a.a_run = &localrun;

Completed in 62 milliseconds