Lines Matching defs:new_blocks
393 * @new_blocks: On return it will store the new block numbers for
401 ext2_fsblk_t new_blocks[4], int *err)
429 new_blocks[index++] = current_block++;
438 new_blocks[index] = current_block;
446 ext2_free_blocks(inode, new_blocks[i], 1);
488 ext2_fsblk_t new_blocks[4];
492 *blks, new_blocks, &err);
496 branch[0].key = cpu_to_le32(new_blocks[0]);
506 bh = sb_getblk(inode->i_sb, new_blocks[n-1]);
515 branch[n].key = cpu_to_le32(new_blocks[n]);
518 current_block = new_blocks[n];
544 ext2_free_blocks(inode, new_blocks[i], 1);
545 ext2_free_blocks(inode, new_blocks[i], num);