Lines Matching defs:new_blocks
1152 int status, new_blocks, i, block_given = 0;
1172 new_blocks = le16_to_cpu(el->l_tree_depth);
1199 new_eb_bhs = kcalloc(new_blocks, sizeof(struct buffer_head *),
1212 new_eb_bhs, new_blocks,
1220 BUG_ON(block_given > new_blocks);
1222 if (block_given < new_blocks) {
1225 new_blocks - block_given,
1234 /* Note: new_eb_bhs[new_blocks - 1] is the guy which will be
1242 for(i = 0; i < new_blocks; i++) {
1336 for (i = 0; i < new_blocks; i++)