Searched refs:int_log2 (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A Dfilefrag.c63 static int int_log2(int arg) function
336 filefrag_fiemap(fd, int_log2(bs), &num_extents) != 0) {
H A Dmke2fs.c125 static int int_log2(int arg) function
1239 int_log2(blocksize >>
1260 int_log2(size >> EXT2_MIN_BLOCK_LOG_SIZE);
1456 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);
1695 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);
1762 fs_param.s_log_groups_per_flex = int_log2(flex_bg_size);

Completed in 76 milliseconds