Home | History | Annotate | Download | only in ext4_utils

Lines Matching defs:group

90    Allocating blocks in the same block group as the file inode
384 /* After properly rounding up the number of inodes/group,
536 int i, group = 0;
539 group = i;
543 return group;
620 // Assummption is that allocations are within the same block group
624 "block group than start block. did you change fs params?");
773 printf(" Blocks per group: %d\n", info.blocks_per_group);
774 printf(" Inodes per group: %d\n", info.inodes_per_group);
783 printf(" Reserved block group size: %d\n", info.bg_desc_reserve_blocks);