OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_log10
(Results
1 - 7
of
7
) sorted by null
/external/e2fsprogs/misc/
mke2fs.h
24
extern int
int_log10
(unsigned long long arg);
filefrag.c
86
static int
int_log10
(unsigned long long arg)
function
452
width =
int_log10
(fsinfo.f_blocks);
462
width =
int_log10
(numblocks);
mk_hugefiles.c
444
d =
int_log10
(num_files) + 1;
mke2fs.c
155
int
int_log10
(unsigned long long arg)
function
725
need =
int_log10
(group_block) + 2;
[
all
...]
/external/e2fsprogs/lib/ext2fs/
progress.c
28
static int
int_log10
(unsigned int arg)
function
64
progress->log_max =
int_log10
(max);
/external/e2fsprogs/debugfs/
filefrag.c
57
static int
int_log10
(unsigned long long arg)
function
135
fs->logical_width =
int_log10
((EXT2_I_SIZE(inode) + blocksize - 1) /
311
fs.physical_width =
int_log10
(ext2fs_blocks_count(current_fs->super));
debugfs.c
619
static int
int_log10
(unsigned long long arg)
function
1038
logical_width =
int_log10
((EXT2_I_SIZE(&inode)+current_fs->blocksize-1)/
1042
physical_width =
int_log10
(ext2fs_blocks_count(current_fs->super)) + 1;
[
all
...]
Completed in 2266 milliseconds