Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/vfs/
H A Dvfs_bio.c1297 daddr64_t io_blkno; in buf_strategy_fragmented() local
1306 io_blkno = bp->b_blkno; in buf_strategy_fragmented()
1332 if (io_blkno == -1) { in buf_strategy_fragmented()
1341 io_bp->b_blkno = io_blkno; in buf_strategy_fragmented()
1373 …if ((error = VNOP_BLOCKMAP(vp, f_offset, io_resid, &io_blkno, &io_contig_bytes, NULL, bmap_flags, … in buf_strategy_fragmented()