HomeSort by relevance Sort by last modified time
    Searched defs:super_block (Results 1 - 6 of 6) sorted by null

  /system/update_engine/payload_generator/
squashfs_filesystem_unittest.cc 290 brillo::Blob super_block = { local
300 EXPECT_TRUE(SquashfsFilesystem::IsSquashfsImage(super_block));
303 auto bad_super_block = super_block;
308 bad_super_block = super_block;
313 bad_super_block = super_block;
deflate_utils.cc 66 brillo::Blob super_block; local
71 &super_block));
72 return SquashfsFilesystem::IsSquashfsImage(super_block);
  /external/e2fsprogs/ext2ed/
ext2ed.h 126 struct ext2_super_block super_block; member in struct:struct_file_system_info
  /external/e2fsprogs/misc/
e2undo.c 99 blk64_t super_block; member in struct:undo_context
179 retval = io_channel_read_blk64(ctx->undo_file, ctx->super_block,
410 undo_ctx.super_block = ext2fs_le64_to_cpu(undo_ctx.hdr.super_offset);
  /external/squashfs-tools/squashfs-tools/
unsquashfs.h 70 struct super_block { struct
230 extern struct super_block sBlk;
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 498 unsigned int blocksize, blk64_t super_block,
518 retval = io_channel_read_blk64(undo_file, super_block,
552 blk64_t super_block, lblk; local
584 super_block = ext2fs_le64_to_cpu(hdr.super_offset);
596 if (check_filesystem(&hdr, data->undo_file, blocksize, super_block,
608 data->super_blk_num = super_block;

Completed in 168 milliseconds