Home | History | Annotate | Download | only in ext4_utils

Lines Matching refs:inodes

217 	u32 inodes = DIV_ROUND_UP(info.inodes, block_groups);
218 inodes = ALIGN(inodes, (info.block_size / info.inode_size));
220 /* After properly rounding up the number of inodes/group,
221 * make sure to update the total inodes field in the info struct.
223 info.inodes = inodes * block_groups;
225 return inodes;
295 if (info.inodes <= 0)
296 info.inodes = compute_inodes();
324 printf(" Inodes per group: %d\n", info.inodes_per_group);
340 error("failed to reserve first 10 inodes");
363 printf("Created filesystem with %d/%d inodes and %d/%d blocks\n",