/external/valgrind/memcheck/tests/ |
D | clireq_nofill.c | 9 static struct super superblock = { 12345 }; variable 15 VALGRIND_CREATE_MEMPOOL(&superblock, /*rzB=*/0, /*is_zeroed=*/0); in main() 20 VALGRIND_MEMPOOL_ALLOC(&superblock, s, 40); in main() 22 VALGRIND_MEMPOOL_FREE(&superblock, s); in main() 24 VALGRIND_MEMPOOL_ALLOC(&superblock, s, 40); in main() 27 VALGRIND_DESTROY_MEMPOOL(&superblock); in main()
|
D | mempool2.c | 168 char superblock[100]; in test() local 170 VALGRIND_CREATE_MEMPOOL(superblock, REDZONE_SIZE, 0); in test() 175 VALGRIND_MEMPOOL_ALLOC(superblock, superblock+30, 10); in test() 177 res += superblock[30]; // valid in test() 178 res += superblock[39]; // valid in test() 182 res += superblock[29]; // invalid in test() 183 res += superblock[40]; // invalid in test() 185 VALGRIND_DESTROY_MEMPOOL(superblock); in test()
|
D | custom_alloc.c | 61 char superblock[1 + RZ + 20 + RZ + 1]; in checkredzone() local 62 char *p = 1 + RZ + superblock; in checkredzone()
|
/external/e2fsprogs/tests/f_crashdisk/ |
D | expect.1 | 1 ext2fs_open2: The ext2 superblock is corrupt 3 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img 5 The superblock could not be read or does not describe a valid ext2/ext3/ext4 7 filesystem (and not swap or ufs or something else), then the superblock 8 is corrupt, and you might try running e2fsck with an alternate superblock:
|
/external/e2fsprogs/tests/m_no_opt/ |
D | expect.1 | 48 Primary superblock at 1, Group descriptors at 2-2 55 Backup superblock at 8193, Group descriptors at 8194-8194 62 Backup superblock at 16385, Group descriptors at 16386-16386 69 Backup superblock at 24577, Group descriptors at 24578-24578 76 Backup superblock at 32769, Group descriptors at 32770-32770 83 Backup superblock at 40961, Group descriptors at 40962-40962 90 Backup superblock at 49153, Group descriptors at 49154-49154 97 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/e2fsprogs/lib/ext2fs/ |
D | openfs.c | 89 errcode_t ext2fs_open(const char *name, int flags, int superblock, in ext2fs_open() argument 93 return ext2fs_open2(name, 0, flags, superblock, block_size, in ext2fs_open() 112 int flags, int superblock, in ext2fs_open2() argument 188 superblock = 1; in ext2fs_open2() 201 if (superblock) { in ext2fs_open2() 207 group_block = superblock; in ext2fs_open2() 211 superblock = 1; in ext2fs_open2() 217 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE, in ext2fs_open2() 451 if (superblock > 1 && ext2fs_has_group_desc_csum(fs)) { in ext2fs_open2()
|
/external/e2fsprogs/tests/m_std/ |
D | expect.1 | 49 Primary superblock at 1, Group descriptors at 2-2 57 Backup superblock at 8193, Group descriptors at 8194-8194 71 Backup superblock at 24577, Group descriptors at 24578-24578 85 Backup superblock at 40961, Group descriptors at 40962-40962 99 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/e2fsprogs/tests/f_detect_junk/ |
D | expect | 6 The superblock could not be read or does not describe a valid ext2/ext3/ext4 8 filesystem (and not swap or ufs or something else), then the superblock 9 is corrupt, and you might try running e2fsck with an alternate superblock:
|
D | expect.nodebugfs | 6 The superblock could not be read or does not describe a valid ext2/ext3/ext4 8 filesystem (and not swap or ufs or something else), then the superblock 9 is corrupt, and you might try running e2fsck with an alternate superblock:
|
/external/e2fsprogs/tests/m_extent_journal/ |
D | expect.1 | 57 Primary superblock at 1, Group descriptors at 2-2 65 Backup superblock at 8193, Group descriptors at 8194-8194 79 Backup superblock at 24577, Group descriptors at 24578-24578 93 Backup superblock at 40961, Group descriptors at 40962-40962 107 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/e2fsprogs/tests/f_detect_xfs/ |
D | expect.nodebugfs | 6 The superblock could not be read or does not describe a valid ext2/ext3/ext4 8 filesystem (and not swap or ufs or something else), then the superblock 9 is corrupt, and you might try running e2fsck with an alternate superblock:
|
D | expect | 6 The superblock could not be read or does not describe a valid ext2/ext3/ext4 8 filesystem (and not swap or ufs or something else), then the superblock 9 is corrupt, and you might try running e2fsck with an alternate superblock:
|
/external/e2fsprogs/tests/m_quota/ |
D | expect.1 | 54 Primary superblock at 1, Group descriptors at 2-2 62 Backup superblock at 8193, Group descriptors at 8194-8194 76 Backup superblock at 24577, Group descriptors at 24578-24578 90 Backup superblock at 40961, Group descriptors at 40962-40962 104 Backup superblock at 57345, Group descriptors at 57346-57346 118 Backup superblock at 73729, Group descriptors at 73730-73730
|
/external/e2fsprogs/tests/m_uninit/ |
D | expect.1 | 49 Primary superblock at 1, Group descriptors at 2-2 57 Backup superblock at 8193, Group descriptors at 8194-8194 71 Backup superblock at 24577, Group descriptors at 24578-24578 85 Backup superblock at 40961, Group descriptors at 40962-40962 99 Backup superblock at 57345, Group descriptors at 57346-57346 113 Backup superblock at 73729, Group descriptors at 73730-73730
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 544 blk64_t superblock, ret_sb = 8193; in get_backup_sb() local 550 ctx->superblock = ret_sb; in get_backup_sb() 561 ctx->superblock = ret_sb; in get_backup_sb() 564 ctx->superblock = ret_sb; in get_backup_sb() 580 superblock = blocksize*8; in get_backup_sb() 582 superblock++; in get_backup_sb() 584 if (io_channel_read_blk64(io, superblock, in get_backup_sb() 593 ret_sb = superblock; in get_backup_sb() 595 ctx->superblock = superblock; in get_backup_sb()
|
/external/e2fsprogs/tests/f_sb_extra_isize/ |
D | expect.1 | 1 Bad required extra isize in superblock (1). Fix? yes 3 Bad desired extra isize in superblock (1024). Fix? yes
|
/external/e2fsprogs/tests/j_ext_dumpe2fs/ |
D | expect | 4 The superblock could not be read or does not describe a valid ext2/ext3/ext4 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_bad_local_jnl/ |
D | expect.1 | 1 Found invalid V2 journal superblock fields (from V1 journal). 2 Clearing fields beyond the V1 journal superblock...
|
/external/syslinux/core/ |
D | diskboot.inc | 50 ; "magic number" (using the term very loosely) for the DOS superblock. 68 bx %+ %1 equ SuperInfo+($-superblock)*8+4 73 bx %+ %1 equ SuperInfo+($-superblock)*8 82 superblock equ $ 93 superinfo_size equ ($-superblock)-1 ; How much to expand 102 superblock_len_fat16 equ $-superblock+26 103 superblock_len_fat32 equ $-superblock+54 105 superblock_max equ $-superblock 181 ; trust that rather than what the superblock contains. 224 ; Get disk drive parameters (don't trust the superblock.) Don't do this for [all …]
|
/external/e2fsprogs/tests/j_corrupt_ext_jnl_sb_csum/ |
D | expect | 1 External journal superblock checksum does not match superblock. Fix? yes
|
/external/e2fsprogs/tests/r_resize_inode/ |
D | expect | 46 Primary superblock at 1, Group descriptors at 2-3 54 Backup superblock at 1025, Group descriptors at 1026-1027 68 Backup superblock at 3073, Group descriptors at 3074-3075 82 Backup superblock at 5121, Group descriptors at 5122-5123 96 Backup superblock at 7169, Group descriptors at 7170-7171 110 Backup superblock at 9217, Group descriptors at 9218-9219 208 Backup superblock at 25601, Group descriptors at 25602-25603 222 Backup superblock at 27649, Group descriptors at 27650-27651 356 Backup superblock at 50177, Group descriptors at 50178-50179 493 Primary superblock at 1, Group descriptors at 2-2 [all …]
|
/external/e2fsprogs/tests/m_dasd_bs/ |
D | expect.1 | 49 Primary superblock at 0, Group descriptors at 1-1 58 Backup superblock at 16384, Group descriptors at 16385-16385
|
/external/e2fsprogs/tests/r_move_itable/ |
D | expect | 48 Primary superblock at 1, Group descriptors at 2-3 56 Backup superblock at 257, Group descriptors at 258-259 70 Backup superblock at 769, Group descriptors at 770-771 84 Backup superblock at 1281, Group descriptors at 1282-1283 98 Backup superblock at 1793, Group descriptors at 1794-1795 112 Backup superblock at 2305, Group descriptors at 2306-2307 210 Backup superblock at 6401, Group descriptors at 6402-6403 224 Backup superblock at 6913, Group descriptors at 6914-6915 346 Primary superblock at 1, Group descriptors at 2-4 354 Backup superblock at 257, Group descriptors at 258-260 [all …]
|
/external/e2fsprogs/tests/m_mmp/ |
D | expect.1 | 52 Primary superblock at 0, Group descriptors at 1-1 61 Backup superblock at 32768, Group descriptors at 32769-32769
|
/external/e2fsprogs/tests/m_minrootdir/ |
D | expect | 38 Primary superblock at 1, Group descriptors at 2-2 46 Backup superblock at 8193, Group descriptors at 8194-8194 150 Primary superblock at 1, Group descriptors at 2-2 204 Primary superblock at 1, Group descriptors at 2-2
|