Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1464 diskaddr_t b_nblks; in bd_strategy() local
1499 b_nblks = bp->b_bcount >> shift; in bd_strategy()
1505 if ((b_nblks + lblkno) > p_nblks) { in bd_strategy()
1506 bp->b_resid = ((lblkno + b_nblks - p_nblks) << shift); in bd_strategy()