Searched refs:b_nblks (Results 1 – 1 of 1) sorted by relevance
1194 diskaddr_t b_nblks; in bd_strategy() local1229 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()