Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/blkdev/
H A Dblkdev.c1194 diskaddr_t b_nblks; in bd_strategy() local
1229 b_nblks = bp->b_bcount >> shift; in bd_strategy()
1235 if ((b_nblks + lblkno) > p_nblks) { in bd_strategy()
1236 bp->b_resid = ((lblkno + b_nblks - p_nblks) << shift); in bd_strategy()