Searched refs:ext2fs_allocate_group_table (Results 1 - 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
H A D | alloc_tables.c | 82 errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group, function 237 retval = ext2fs_allocate_group_table(fs, i, fs->block_map);
|
H A D | ext2fs.h | 694 extern errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group,
|
/external/e2fsprogs/resize/ |
H A D | resize2fs.c | 589 retval = ext2fs_allocate_group_table(fs, i, 0); 598 * get allocated by the call to ext2fs_allocate_group_table() 896 * ext2fs_allocate_group_table will re-allocate any 914 retval = ext2fs_allocate_group_table(fs, g, 0); 1060 retval = ext2fs_allocate_group_table(fs, i,
|
Completed in 79 milliseconds