Lines Matching refs:new_eb_bhs
1155 struct buffer_head **new_eb_bhs = NULL;
1199 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *),
1201 if (!new_eb_bhs) {
1212 new_eb_bhs, new_blocks,
1227 &new_eb_bhs[block_given]);
1234 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be
1236 * conversly, new_eb_bhs[0] is the new bottommost leaf.
1243 bh = new_eb_bhs[i];
1330 get_bh(new_eb_bhs[0]);
1331 *last_eb_bh = new_eb_bhs[0];
1335 if (new_eb_bhs) {
1337 brelse(new_eb_bhs[i]);
1338 kfree(new_eb_bhs);