Lines Matching defs:bhs
352 struct buffer_head **bhs = bhs_inline;356 bhs = kmalloc_array(bh_count, sizeof(*bhs), GFP_NOFS);357 if (!bhs)362 true /* wait */, bhs);368 if (!bhs[i]) {372 memcpy((char *)buf + blocksize * i, bhs[i]->b_data,378 brelse(bhs[i]);380 if (bhs != bhs_inline)381 kfree(bhs);