Home | History | Annotate | Download | only in misc

Lines Matching defs:inode_size

1186 	int		inode_size = 0;
1403 inode_size = strtoul(optarg, &tmp, 0);
1828 if (inode_size == 0)
1829 inode_size = get_int_from_profile(fs_types, "inode_size", 0);
1845 if (inode_size && fs_param.s_rev_level >= EXT2_DYNAMIC_REV) {
1846 if (inode_size < EXT2_GOOD_OLD_INODE_SIZE ||
1847 inode_size > EXT2_BLOCK_SIZE(&fs_param) ||
1848 inode_size & (inode_size - 1)) {
1851 inode_size, EXT2_GOOD_OLD_INODE_SIZE,
1855 fs_param.s_inode_size = inode_size;
1881 (inode_size ? inode_size : EXT2_GOOD_OLD_INODE_SIZE)) >=
1884 com_err(program_name, 0, _("inode_size (%u) * inodes_count "
1889 inode_size ? inode_size : EXT2_GOOD_OLD_INODE_SIZE,