Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c1323 daddr64_t io_blkno; in buf_strategy_fragmented() local
1332 io_blkno = bp->b_blkno; in buf_strategy_fragmented()
1358 if (io_blkno == -1) { in buf_strategy_fragmented()
1367 io_bp->b_blkno = io_blkno; in buf_strategy_fragmented()
1399 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, … in buf_strategy_fragmented()