Home
last modified time | relevance | path

Searched refs:io_blkno (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/vfs/
H A Dvfs_bio.c1486 daddr64_t io_blkno; in buf_strategy_fragmented() local
1495 io_blkno = bp->b_blkno; in buf_strategy_fragmented()
1521 if (io_blkno == -1) { in buf_strategy_fragmented()
1530 io_bp->b_blkno = io_blkno; in buf_strategy_fragmented()
1562 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, … in buf_strategy_fragmented()