OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reserve_inodes
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/ext4_utils/src/
allocate.h
41
u32
reserve_inodes
(int bg, u32 inodes);
allocate.c
698
u32
reserve_inodes
(int bg, u32 num)
function
727
inode =
reserve_inodes
(bg, 1);
make_ext4fs.c
575
if (
reserve_inodes
(0, 10) == EXT4_ALLOCATE_FAILED)
/system/extras/ext4_utils/
allocate.h
56
u32
reserve_inodes
(int bg, u32 inodes);
allocate.c
699
u32
reserve_inodes
(int bg, u32 num)
function
728
inode =
reserve_inodes
(bg, 1);
make_ext4fs.c
580
if (
reserve_inodes
(0, 10) == EXT4_ALLOCATE_FAILED)
/external/e2fsprogs/misc/
mke2fs.c
447
static void
reserve_inodes
(ext2_filsys fs)
function
[
all
...]
Completed in 193 milliseconds