OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
125
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
425
file_system_info.
groups_count
= div_ceil(sb->s_blocks_count,
Completed in 791 milliseconds