Searched refs:groups_count (Results 1 – 4 of 4) sorted by relevance
67 if (group_num < 0 || group_num >= file_system_info.groups_count) { in type_ext2_group_desc___entry()118 wprintw (show_win,"Group %ld of %ld ",group_num,file_system_info.groups_count-1); in type_ext2_group_desc___show()128 if (group_num==file_system_info.groups_count-1) { in type_ext2_group_desc___show()
121 unsigned long groups_count; member
382 while (!found && group_num>=0 && group_num<file_system_info.groups_count) { in inode_offset_to_group_num()
418 file_system_info.groups_count = ext2fs_div64_ceil(ext2fs_blocks_count(sb), in set_file_system_info()