HomeSort by relevance Sort by last modified time
    Searched full:superblock (Results 1 - 25 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_crashdisk/
name 0 Superblock with illegal values
expect.1 1 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
2 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open ./test.img
4 The superblock could not be read or does not describe a correct ext2
6 filesystem (and not swap or ufs or something else), then the superblock
7 is corrupt, and you might try running e2fsck with an alternate superblock:
  /external/e2fsprogs/tests/f_zero_super/
name 1 fallback for damaged superblock
  /external/e2fsprogs/tests/f_zero_inode_size/
name 0 superblock with a zero inode size
expect.1 1 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
  /external/e2fsprogs/tests/f_badjourblks/
name 1 Illegal blocks in journal inode (and backup in superblock)
  /external/e2fsprogs/tests/f_badprimary/
name 1 bad blocks in the primary superblock and group descriptors
  /external/e2fsprogs/tests/f_dupsuper/
name 1 blocks claimed by a file and superblock or group descriptors
  /external/e2fsprogs/tests/f_bad_local_jnl/
expect.1 1 Found invalid V2 journal superblock fields (from V1 journal).
2 Clearing fields beyond the V1 journal superblock...
  /external/valgrind/main/memcheck/tests/
clireq_nofill.c 9 static struct super superblock = { 12345 }; variable in typeref:struct:super
15 VALGRIND_CREATE_MEMPOOL(&superblock, /*rzB=*/0, /*is_zeroed=*/0);
20 VALGRIND_MEMPOOL_ALLOC(&superblock, s, 40);
22 VALGRIND_MEMPOOL_FREE(&superblock, s);
24 VALGRIND_MEMPOOL_ALLOC(&superblock, s, 40);
27 VALGRIND_DESTROY_MEMPOOL(&superblock);
mempool2.c 163 // to mark the superblock noaccess.
164 char superblock[100]; local
166 VALGRIND_CREATE_MEMPOOL(superblock, REDZONE_SIZE, 0);
167 // User should mark the superblock no access to benefit
171 VALGRIND_MEMPOOL_ALLOC(superblock, superblock+30, 10);
173 res += superblock[30]; // valid
174 res += superblock[39]; // valid
177 "\n------ 2 invalid access in 'no no-access superblock' ---\n\n");
178 res += superblock[29]; // invali
    [all...]
  /system/extras/tests/ext4/
set_ext4_err_bit.c 31 fprintf(stderr, "%s: Cannot lseek to superblock to read\n", me);
36 fprintf(stderr, "%s: Cannot read superblock\n", me);
41 fprintf(stderr, "%s: invalid superblock magic\n", me);
49 fprintf(stderr, "%s: Cannot lseek to superblock to write\n", me);
54 fprintf(stderr, "%s: Cannot write superblock\n", me);