Lines Matching refs:b_size
103 bh->b_size >> 9, in dump_stats()
205 if( reqsize + bh->b_size > PAGE_SIZE ) { in __count_segments()
207 reqsize = bh->b_size; in __count_segments()
209 reqsize += bh->b_size; in __count_segments()
212 reqsize += bh->b_size; in __count_segments()
227 reqsize = bhnext->b_size; in __count_segments()
243 && reqsize + bhnext->b_size > PAGE_SIZE ) in __count_segments()
246 reqsize = bhnext->b_size; in __count_segments()
250 reqsize += bhnext->b_size; in __count_segments()
254 reqsize = bhnext->b_size; in __count_segments()
257 reqsize = bhnext->b_size; in __count_segments()
304 (((((long)bh_phys((X))+(X)->b_size)|((long)bh_phys((Y)))) & \
417 if ((req->nr_sectors + (bh->b_size >> 9)) > SHpnt->max_sectors) in __scsi_back_merge_fn()
437 if( segment_size + bh->b_size > PAGE_SIZE ) { in __scsi_back_merge_fn()
476 if ((req->nr_sectors + (bh->b_size >> 9)) > SHpnt->max_sectors) in __scsi_front_merge_fn()
495 segment_size = bh->b_size; in __scsi_front_merge_fn()
914 || sgpnt[count - 1].length + bh->b_size <= PAGE_SIZE ) { in __init_io()
915 sgpnt[count - 1].length += bh->b_size; in __init_io()
920 sgpnt[count - 1].length += bh->b_size; in __init_io()
925 sgpnt[count - 1].length += bh->b_size; in __init_io()
926 SCpnt->request_bufflen += bh->b_size; in __init_io()
945 sgpnt[count].length = bh->b_size; in __init_io()
948 SCpnt->request_bufflen += bh->b_size; in __init_io()
1063 this_count += bh->b_size >> 9; in __init_io()