OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fc_blocks
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
e2freefrag.h
8
unsigned long
fc_blocks
[MAX_HIST];
member in struct:free_chunk_histogram
e2freefrag.c
73
info->histogram.
fc_blocks
[i] = 0;
86
info->histogram.
fc_blocks
[idx] += chunk_size;
201
info->histogram.
fc_blocks
[i],
202
(double)info->histogram.
fc_blocks
[i] * 100 /
/external/e2fsprogs/debugfs/
e2freefrag.c
73
info->histogram.
fc_blocks
[i] = 0;
86
info->histogram.
fc_blocks
[idx] += chunk_size;
201
info->histogram.
fc_blocks
[i],
202
(double)info->histogram.
fc_blocks
[i] * 100 /
Completed in 1159 milliseconds