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

/external/e2fsprogs/misc/
H A Dfilefrag.c67 static int int_log2(int arg) function
403 blk_shift = int_log2(blocksize);
405 blk_shift = int_log2(fsinfo.f_bsize);
H A Dmke2fs.c133 static int int_log2(unsigned long long arg) function
1417 int_log2(blocksize >>
1647 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);
1821 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);
1925 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE);
2087 fs_param.s_log_groups_per_flex = int_log2(flex_bg_size);

Completed in 117 milliseconds