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

/external/e2fsprogs/misc/
H A Dfilefrag.c74 static int int_log2(int arg) function
458 blk_shift = int_log2(blocksize);
460 blk_shift = int_log2(blksize);
H A Dmke2fs.c146 static int int_log2(unsigned long long arg) function
1597 int_log2(blocksize >>
1875 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);
2094 int_log2(blocksize >> EXT2_MIN_BLOCK_LOG_SIZE);
2198 int_log2(cluster_size >> EXT2_MIN_CLUSTER_LOG_SIZE);
2400 fs_param.s_log_groups_per_flex = int_log2(flex_bg_size);
H A De4crypt.c116 static int int_log2(int arg) function
388 policy.flags = int_log2(pad >> 2);
/external/f2fs-tools/tools/
H A Df2fscrypt.c158 static int int_log2(int arg) function
428 policy.flags = int_log2(pad >> 2);

Completed in 138 milliseconds