Searched refs:int_log10 (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dprogress.c21 static int int_log10(unsigned int arg) function
57 progress->log_max = int_log10(max);
/external/e2fsprogs/debugfs/
H A Dfilefrag.c56 static int int_log10(unsigned long long arg) function
134 fs->logical_width = int_log10((EXT2_I_SIZE(inode) + blocksize - 1) /
309 fs.physical_width = int_log10(ext2fs_blocks_count(current_fs->super));
H A Ddebugfs.c593 static int int_log10(unsigned long long arg) function
935 logical_width = int_log10((EXT2_I_SIZE(&inode)+current_fs->blocksize-1)/
939 physical_width = int_log10(ext2fs_blocks_count(current_fs->super)) + 1;
/external/e2fsprogs/misc/
H A Dfilefrag.c79 static int int_log10(unsigned long long arg) function
397 width = int_log10(fsinfo.f_blocks);
407 width = int_log10(numblocks);
H A Dmke2fs.c145 static int int_log10(unsigned long long arg) function
624 need = int_log10(group_block) + 2;

Completed in 108 milliseconds