Lines Matching defs:new_blocks
1150 int status, new_blocks, i, block_given = 0;
1170 new_blocks = le16_to_cpu(el->l_tree_depth);
1197 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *),
1210 new_eb_bhs, new_blocks,
1218 BUG_ON(block_given > new_blocks);
1220 if (block_given < new_blocks) {
1223 new_blocks - block_given,
1232 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be
1240 for(i = 0; i < new_blocks; i++) {
1334 for (i = 0; i < new_blocks; i++)