Lines Matching defs:bhs
474 struct buffer_head **bhs;
520 bhs = kmalloc(bhs_size, GFP_NOFS);
522 if (unlikely(!pages || !bhs || !completed_pages)) {
523 kfree(bhs);
550 kfree(bhs);
639 if (unlikely(!(bhs[nr_bhs] = sb_getblk(sb, block))))
651 struct buffer_head *tbh = bhs[i];
666 struct buffer_head *tbh = bhs[i];
707 memcpy(cb_pos, bhs[i]->b_data, block_size);
875 brelse(bhs[i]);
882 kfree(bhs);
917 brelse(bhs[i]);
936 kfree(bhs);