Searched refs:contig_bytes (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1091 buf_strategy_fragmented(vnode_t devvp, buf_t bp, off_t f_offset, size_t contig_bytes) argument
1123 io_contig_bytes = contig_bytes;
1233 size_t contig_bytes; local
1243 if ((error = VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL))) {
1256 if ((bp->b_blkno == -1) || (contig_bytes == 0)) {
1261 else if ((long)contig_bytes < bp->b_bcount) {
1262 return (buf_strategy_fragmented(devvp, bp, f_offset, contig_bytes));
3077 size_t contig_bytes; local
3129 if (VNOP_BLOCKMAP(vp, f_offset, bp->b_bcount, &bp->b_blkno, &contig_bytes, NULL, bmap_flags, NULL))
3137 if ((long)contig_bytes < b
[all...]
H A Dvfs_journal.c3929 size_t contig_bytes; local
3936 if (VNOP_BLOCKMAP(vp, f_offset, buf_count(bp), &blkno, &contig_bytes, NULL, 0, NULL)) {
3941 if ((uint32_t)contig_bytes < buf_count(bp)) {

Completed in 31 milliseconds