Searched refs:b_blkno (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dbuf_internal.h103 daddr64_t b_blkno; /* Underlying physical block number. */ member in struct:buf
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_bio.c568 return (bp->b_blkno);
580 bp->b_blkno = blkno;
771 io_blkno = bp->b_blkno;
776 bp->b_blkno = bp->b_lblkno;
804 io_bp->b_blkno = io_blkno;
888 if (bp->b_blkno == bp->b_lblkno) {
898 if ((error = VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL))) {
904 if (bp->b_blkno == -1)
909 if (bp->b_blkno == -1) {
2395 bp->b_blkno
[all...]
H A Dvfs_cluster.c925 if (real_bp && (real_bp->b_blkno == real_bp->b_lblkno))
926 real_bp->b_blkno = blkno;
1286 cbp->b_blkno = blkno;
1303 (int)cbp->b_lblkno, (int)cbp->b_blkno, upl_offset, io_size, 0);
1307 (int)cbp->b_lblkno, (int)cbp->b_blkno, upl_offset, io_size, 0);

Completed in 84 milliseconds