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

  /external/e2fsprogs/e2fsck/
util.c 455 blk_t superblock, ret_sb = 8193; local
461 ctx->superblock = ret_sb;
472 ctx->superblock = ret_sb;
475 ctx->superblock = ret_sb;
491 superblock = blocksize*8;
493 superblock++;
495 if (io_channel_read_blk(io, superblock,
504 ret_sb = superblock;
506 ctx->superblock = superblock;
    [all...]
e2fsck.h 173 #define E2F_FLAG_SB_SPECIFIED 0x0100 /* The superblock was explicitly
211 blk_t superblock; /* sb used to open fs */ member in struct:e2fsck_struct
  /external/e2fsprogs/debugfs/
debugfs.c 48 static void open_filesystem(char *device, int open_flags, blk_t superblock,
55 if (superblock != 0 && blocksize == 0) {
56 com_err(device, 0, "if you specify the superblock, you must also specify the block size");
82 retval = ext2fs_open(device, open_flags, superblock, blocksize,
128 blk_t superblock = 0; local
161 superblock = parse_ulong(optarg, argv[0],
162 "superblock number", &err);
176 superblock, blocksize, catastrophic,
181 fprintf(stderr, "%s: Usage: open [-s superblock] [-b blocksize] "
2151 blk_t superblock = 0; local
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 567 /* check filesystem types and read superblock into memory buffer */
572 int superblock = REISERFS_DISK_OFFSET_IN_BYTES >> SECTOR_BITS; local
574 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS)
575 || ! devread (superblock, 0, sizeof (struct reiserfs_super_block),
585 superblock = REISERFS_OLD_DISK_OFFSET_IN_BYTES >> SECTOR_BITS;
586 if (part_length < superblock + (sizeof (super) >> SECTOR_BITS)
587 || ! devread (superblock, 0, sizeof (struct reiserfs_super_block),
642 block_read (superblock >> INFO->blocksize_shift,
    [all...]
  /external/genext2fs/
genext2fs.c 518 } superblock; typedef in typeref:struct:__anon6528
581 superblock sb; // The superblock
623 swap_sb(superblock *sb)
891 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)");
936 error_msg_and_die("superblock free blocks count == 0 (corrupted fs?)");
    [all...]

Completed in 86 milliseconds