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

  /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 235 milliseconds