Lines Matching refs:new_blocks
1158 int status, new_blocks, i, block_given = 0;
1178 new_blocks = le16_to_cpu(el->l_tree_depth);
1205 new_eb_bhs = kzalloc_objs(struct buffer_head *, new_blocks);
1217 new_eb_bhs, new_blocks,
1225 BUG_ON(block_given > new_blocks);
1227 if (block_given < new_blocks) {
1230 new_blocks - block_given,
1239 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be
1247 for(i = 0; i < new_blocks; i++) {
1341 for (i = 0; i < new_blocks; i++)