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

  /external/e2fsprogs/lib/ext2fs/
dupfs.c 37 fs->orig_super = 0;
61 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->orig_super);
64 memcpy(fs->orig_super, src->orig_super, SUPERBLOCK_SIZE);
freefs.c 37 if (fs->orig_super)
38 ext2fs_free_mem(&fs->orig_super);
tst_fs_struct.c 63 check_field(orig_super);
openfs.c 214 fs->orig_super = 0;
219 retval = ext2fs_get_mem(SUPERBLOCK_SIZE, &fs->orig_super);
227 if (fs->orig_super)
228 memcpy(fs->orig_super, fs->super, SUPERBLOCK_SIZE);
closefs.c 199 if (!fs->io->manager->write_byte || !fs->orig_super) {
208 old_super = (__u16 *) fs->orig_super;
231 memcpy(fs->orig_super, super, SUPERBLOCK_SIZE);
ext2fs.h 243 struct ext2_super_block * orig_super; member in struct:struct_ext2_filsys
    [all...]
  /art/dexlayout/
dex_verify.cc 230 uint32_t orig_super = orig->Superclass() == nullptr ? 0 : orig->Superclass()->GetIndex(); local
232 if (orig_super != output_super) {
237 orig_super,
    [all...]

Completed in 260 milliseconds