Lines Matching refs:new_eb_bhs
1153 struct buffer_head **new_eb_bhs = NULL;
1197 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *),
1199 if (!new_eb_bhs) {
1210 new_eb_bhs, new_blocks,
1225 &new_eb_bhs[block_given]);
1232 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be
1234 * conversly, new_eb_bhs[0] is the new bottommost leaf.
1241 bh = new_eb_bhs[i];
1328 get_bh(new_eb_bhs[0]);
1329 *last_eb_bh = new_eb_bhs[0];
1333 if (new_eb_bhs) {
1335 brelse(new_eb_bhs[i]);
1336 kfree(new_eb_bhs);