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

/xnu-2422.115.4/bsd/miscfs/deadfs/
H A Ddead_vnops.c258 return (VNOP_BLOCKMAP(ap->a_vp, ap->a_foffset, ap->a_size, ap->a_bpn,
/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vnops.c340 * daddr64_t *a_bpn; // Return parameter: physical block number the region we are interest in starts at
349 * which physical block (on the backing device) the region begins at (*a_bpn), and how many bytes can be read
369 bpn = ap->a_bpn;
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c2933 daddr64_t *a_bpn;
2983 if (ap->a_bpn == NULL)
3069 ap->a_bpn, &bytesContAvail);
3129 *ap->a_bpn = (daddr64_t) -1;
3147 *ap->a_bpn = (daddr64_t)-1;
3164 *ap->a_bpn = (daddr64_t)-1;
/xnu-2422.115.4/bsd/sys/
H A Dvnode_if.h1395 daddr64_t *a_bpn; member in struct:vnop_blockmap_args
/xnu-2422.115.4/bsd/vfs/
H A Dkpi_vfs.c5216 daddr64_t *a_bpn;
5237 a.a_bpn = bpn;

Completed in 60 milliseconds