HomeSort by relevance Sort by last modified time
    Searched refs:ext2fs_allocate_group_table (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
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);
ext2fs.h 689 extern errcode_t ext2fs_allocate_group_table(ext2_filsys fs, dgrp_t group,
    [all...]
  /external/e2fsprogs/resize/
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,
    [all...]

Completed in 187 milliseconds