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

  /external/e2fsprogs/lib/ext2fs/
tst_fs_struct.c 72 check_field(get_alloc_block);
alloc.c 161 * In case there are clients out there whose get_alloc_block
172 } else if (fs->get_alloc_block) {
173 gab = fs->get_alloc_block;
174 fs->get_alloc_block = NULL;
176 fs->get_alloc_block = gab;
235 } else if (fs->get_alloc_block) {
236 retval = (fs->get_alloc_block)(fs, goal, &block);
342 *old = fs->get_alloc_block;
344 fs->get_alloc_block = func;
ext2fs.h 269 errcode_t (*get_alloc_block)(ext2_filsys fs, blk64_t goal, member in struct:struct_ext2_filsys
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c     [all...]

Completed in 284 milliseconds