Home | History | Annotate | Download | only in ext4_utils

Lines Matching defs:inodes

331 	u32 inodes = DIV_ROUND_UP(info.inodes, block_groups);
332 inodes = ALIGN(inodes, (info.block_size / info.inode_size));
334 /* After properly rounding up the number of inodes/group,
335 * make sure to update the total inodes field in the info struct.
337 info.inodes = inodes * block_groups;
339 return inodes;
506 if (info.inodes <= 0)
507 info.inodes = compute_inodes();
537 printf(" Inodes per group: %d\n", info.inodes_per_group);
555 error("failed to reserve first 10 inodes");
599 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",