Lines Matching defs:blks
355 * @blks: number of data blocks to be mapped.
361 ext2_blks_to_allocate(Indirect * branch, int k, unsigned long blks,
372 if (blks < blocks_to_boundary + 1)
373 count += blks;
380 while (count < blks && count <= blocks_to_boundary
391 * @blks: the number of blocks need to allocate for direct blocks
396 ext2_fsblk_t goal, int indirect_blks, int blks,
413 target = blks + indirect_blks;
452 * @blks: number of allocated direct blocks
476 int indirect_blks, int *blks, ext2_fsblk_t goal,
488 *blks, new_blocks, &err);
533 *blks = num;
551 * @blks: number of direct blocks we are adding
558 long block, Indirect *where, int num, int blks)
575 if (num == 0 && blks > 1) {
577 for (i = 1; i < blks; i++)
587 block_i->last_alloc_logical_block = block + blks - 1;
589 le32_to_cpu(where[num].key) + blks - 1;