HomeSort by relevance Sort by last modified time
    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 139 milliseconds