HomeSort by relevance Sort by last modified time
    Searched refs:groups_count (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/ext2ed/
group_com.c 67 if (group_num < 0 || group_num >= file_system_info.groups_count) {
118 wprintw (show_win,"Group %ld of %ld ",group_num,file_system_info.groups_count-1);
128 if (group_num==file_system_info.groups_count-1) {
ext2ed.h 121 unsigned long groups_count; member in struct:struct_file_system_info
inode_com.c 382 while (!found && group_num>=0 && group_num<file_system_info.groups_count) {
init.c 418 file_system_info.groups_count = ext2fs_div64_ceil(ext2fs_blocks_count(sb),

Completed in 1191 milliseconds