Lines Matching defs:inodes
264 u32 inodes = DIV_ROUND_UP(info.inodes, block_groups);
265 inodes = ALIGN(inodes, (info.block_size / info.inode_size));
267 /* After properly rounding up the number of inodes/group,
268 * make sure to update the total inodes field in the info struct.
270 info.inodes = inodes * block_groups;
272 return inodes;
360 if (info.inodes <= 0)
361 info.inodes = compute_inodes();
389 printf(" Inodes per group: %d\n", info.inodes_per_group);
407 error("failed to reserve first 10 inodes");
460 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",