Searched refs:groups_count (Results 1 – 7 of 7) sorted by relevance
68 if (group_num < 0 || group_num >= file_system_info.groups_count) { in type_ext2_group_desc___entry()119 wprintw (show_win,"Group %ld of %ld ",group_num,file_system_info.groups_count-1); in type_ext2_group_desc___show()129 if (group_num==file_system_info.groups_count-1) { in type_ext2_group_desc___show()
121 unsigned long groups_count; member
383 while (!found && group_num>=0 && group_num<file_system_info.groups_count) { in inode_offset_to_group_num()
419 file_system_info.groups_count = ext2fs_div64_ceil(ext2fs_blocks_count(sb), in set_file_system_info()
48 int groups_count; /**< number of groups */ member
128 re_ctx.groups_count = -1; in re_compile_bytecode()
358 re_ctx_p->groups_count = 0; in re_count_groups()389 re_ctx_p->groups_count++; in re_count_groups()721 if (re_ctx_p->groups_count < 0) in re_parse_next_token()726 if (value <= (uint32_t) re_ctx_p->groups_count) in re_parse_next_token()