Lines Matching defs:num
457 * This function allocates @num blocks, zeroes out all but the last one,
483 int num;
487 num = ext2_alloc_blocks(inode, goal, indirect_blks,
520 for (i=1; i < num; i++)
533 *blks = num;
541 ext2_free_blocks(inode, new_blocks[i], num);
550 * @num: number of indirect blocks we are adding
558 long block, Indirect *where, int num, int blks)
575 if (num == 0 && blks > 1) {
589 le32_to_cpu(where[num].key) + blks - 1;