OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_free_blocks
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/ext4_utils/src/
allocate.h
39
u32
get_free_blocks
(u32 bg);
ext4_utils.c
355
u32 bg_free_blocks =
get_free_blocks
(i);
allocate.c
345
if (
get_free_blocks
(bg_num) < len)
526
u32
get_free_blocks
(u32 bg)
function
/system/extras/ext4_utils/
allocate.h
54
u32
get_free_blocks
(u32 bg);
allocate.c
346
if (
get_free_blocks
(bg_num) < len)
527
u32
get_free_blocks
(u32 bg)
function
ext4_utils.c
403
u32 bg_free_blocks =
get_free_blocks
(i);
Completed in 36 milliseconds