OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:int_log10
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/misc/
filefrag.c
75
static int
int_log10
(unsigned long long arg)
function
312
physical_width =
int_log10
(fsinfo.f_blocks);
327
logical_width =
int_log10
(numblocks);
mke2fs.c
137
static int
int_log10
(unsigned int arg)
function
326
i =
int_log10
(max);
659
need =
int_log10
(group_block) + 2;
[
all
...]
/external/e2fsprogs/debugfs/
debugfs.c
557
static int
int_log10
(unsigned long long arg)
function
903
logical_width =
int_log10
(((inode.i_size |
909
physical_width =
int_log10
(current_fs->super->s_blocks_count) + 1;
[
all
...]
Completed in 2058 milliseconds