/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 | 164 char superblock[100]; in test() local 166 VALGRIND_CREATE_MEMPOOL(superblock, REDZONE_SIZE, 0); in test() 171 VALGRIND_MEMPOOL_ALLOC(superblock, superblock+30, 10); in test() 173 res += superblock[30]; // valid in test() 174 res += superblock[39]; // valid in test() 178 res += superblock[29]; // invalid in test() 179 res += superblock[40]; // invalid in test() 181 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 correct ext2 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 | 58 Primary superblock at 1, Group descriptors at 2-2 65 Backup superblock at 8193, Group descriptors at 8194-8194 72 Backup superblock at 16385, Group descriptors at 16386-16386 79 Backup superblock at 24577, Group descriptors at 24578-24578 86 Backup superblock at 32769, Group descriptors at 32770-32770 93 Backup superblock at 40961, Group descriptors at 40962-40962 100 Backup superblock at 49153, Group descriptors at 49154-49154 107 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/e2fsprogs/lib/ext2fs/ |
D | openfs.c | 70 errcode_t ext2fs_open(const char *name, int flags, int superblock, in ext2fs_open() argument 74 return ext2fs_open2(name, 0, flags, superblock, block_size, in ext2fs_open() 93 int flags, int superblock, in ext2fs_open2() argument 162 superblock = 1; in ext2fs_open2() 175 if (superblock) { in ext2fs_open2() 181 group_block = superblock; in ext2fs_open2() 185 superblock = 1; in ext2fs_open2() 191 retval = io_channel_read_blk(fs->io, superblock, -SUPERBLOCK_SIZE, in ext2fs_open2() 389 if (superblock > 1 && EXT2_HAS_RO_COMPAT_FEATURE(fs->super, in ext2fs_open2()
|
/external/e2fsprogs/tests/m_std/ |
D | expect.1 | 60 Primary superblock at 1, Group descriptors at 2-2 68 Backup superblock at 8193, Group descriptors at 8194-8194 82 Backup superblock at 24577, Group descriptors at 24578-24578 96 Backup superblock at 40961, Group descriptors at 40962-40962 110 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/e2fsprogs/tests/m_extent_journal/ |
D | expect.1 | 68 Primary superblock at 1, Group descriptors at 2-2 76 Backup superblock at 8193, Group descriptors at 8194-8194 90 Backup superblock at 24577, Group descriptors at 24578-24578 104 Backup superblock at 40961, Group descriptors at 40962-40962 118 Backup superblock at 57345, Group descriptors at 57346-57346
|
/external/e2fsprogs/tests/m_quota/ |
D | expect.1 | 66 Primary superblock at 1, Group descriptors at 2-2 74 Backup superblock at 8193, Group descriptors at 8194-8194 88 Backup superblock at 24577, Group descriptors at 24578-24578 102 Backup superblock at 40961, Group descriptors at 40962-40962 116 Backup superblock at 57345, Group descriptors at 57346-57346 130 Backup superblock at 73729, Group descriptors at 73730-73730
|
/external/e2fsprogs/tests/m_uninit/ |
D | expect.1 | 60 Primary superblock at 1, Group descriptors at 2-2 68 Backup superblock at 8193, Group descriptors at 8194-8194 82 Backup superblock at 24577, Group descriptors at 24578-24578 96 Backup superblock at 40961, Group descriptors at 40962-40962 110 Backup superblock at 57345, Group descriptors at 57346-57346 124 Backup superblock at 73729, Group descriptors at 73730-73730
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 510 blk64_t superblock, ret_sb = 8193; in get_backup_sb() local 516 ctx->superblock = ret_sb; in get_backup_sb() 527 ctx->superblock = ret_sb; in get_backup_sb() 530 ctx->superblock = ret_sb; in get_backup_sb() 546 superblock = blocksize*8; in get_backup_sb() 548 superblock++; in get_backup_sb() 550 if (io_channel_read_blk64(io, superblock, in get_backup_sb() 559 ret_sb = superblock; in get_backup_sb() 561 ctx->superblock = superblock; in get_backup_sb()
|
D | CHANGES | 43 the superblock and the group descriptors.) (Doesn't update alternate 47 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/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/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/f_zero_super/ |
D | name | 1 fallback for damaged superblock
|
/external/e2fsprogs/tests/f_zero_inode_size/ |
D | name | 1 superblock with a zero inode size
|
/external/e2fsprogs/tests/m_dasd_bs/ |
D | expect.1 | 60 Primary superblock at 0, Group descriptors at 1-1 68 Backup superblock at 16384, Group descriptors at 16385-16385
|
/external/e2fsprogs/tests/f_badprimary/ |
D | name | 1 bad blocks in the primary superblock and group descriptors
|
/external/e2fsprogs/tests/f_badjourblks/ |
D | name | 1 Illegal blocks in journal inode (and backup in superblock)
|
/external/e2fsprogs/tests/f_dupsuper/ |
D | name | 1 blocks claimed by a file and superblock or group descriptors
|
/external/e2fsprogs/tests/m_mkfs_overhead/ |
D | expect | 1 test.img: Cannot create filesystem with requested number of inodes while setting up superblock
|
/external/e2fsprogs/tests/m_mmp/ |
D | expect.1 | 63 Primary superblock at 0, Group descriptors at 1-1 71 Backup superblock at 32768, Group descriptors at 32769-32769
|
/external/e2fsprogs/debugfs/ |
D | debug_cmds.ct | 19 request do_features, "Set/print superblock features", 28 request do_show_super_stats, "Show superblock statistics", 136 request do_set_super, "Set superblock value",
|
/external/e2fsprogs/tests/m_bigjournal/ |
D | expect.1 | 51 Primary superblock at 0, Group descriptors at 1-1 59 Backup superblock at 32768, Group descriptors at 32769-32769 73 Backup superblock at 98304, Group descriptors at 98305-98305 87 Backup superblock at 163840, Group descriptors at 163841-163841 101 Backup superblock at 229376, Group descriptors at 229377-229377 115 Backup superblock at 294912, Group descriptors at 294913-294913 213 Backup superblock at 819200, Group descriptors at 819201-819201 227 Backup superblock at 884736, Group descriptors at 884737-884737 361 Backup superblock at 1605632, Group descriptors at 1605633-1605633 555 Backup superblock at 2654208, Group descriptors at 2654209-2654209
|