OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DEFAULT_CHUNKSIZE
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/misc/
e2freefrag.h
3
#define
DEFAULT_CHUNKSIZE
(1024*1024)
e2freefrag.c
60
info->chunkbits = ul_log2(
DEFAULT_CHUNKSIZE
);
61
info->blks_in_chunk =
DEFAULT_CHUNKSIZE
>> info->blocksize_bits;
Completed in 39 milliseconds