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

  /external/e2fsprogs/debugfs/
e2freefrag.c 42 static int ul_log2(unsigned long arg) function
58 info->blocksize_bits = ul_log2((unsigned long)fs->blocksize);
60 info->chunkbits = ul_log2(info->chunkbytes);
63 info->chunkbits = ul_log2(DEFAULT_CHUNKSIZE);
82 idx = ul_log2(chunk_size) + 1;
  /external/e2fsprogs/misc/
e2freefrag.c 42 static int ul_log2(unsigned long arg) function
58 info->blocksize_bits = ul_log2((unsigned long)fs->blocksize);
60 info->chunkbits = ul_log2(info->chunkbytes);
63 info->chunkbits = ul_log2(DEFAULT_CHUNKSIZE);
82 idx = ul_log2(chunk_size) + 1;
  /external/e2fsprogs/lib/ext2fs/
extent.c 1708 static int ul_log2(unsigned long arg) function
    [all...]

Completed in 81 milliseconds