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);
  /external/grub/stage2/
fsys_ufs2.c 73 /* pointer to superblock */
74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
96 || ! devread (0, sblock_try[i], SBLOCKSIZE, (char *) SUPERBLOCK)))
98 if (SUPERBLOCK->fs_magic == FS_UFS2_MAGIC /* &&
99 (SUPERBLOCK->fs_sblockloc == sblockloc ||
100 (SUPERBLOCK->fs_old_flags & FS_FLAGS_UPDATED) == 0)*/)
133 if ((bnum = fsbtodb (SUPERBLOCK, INODE_UFS2->di_ib[0])) != mapblock
136 if (MAPBUF_LEN < SUPERBLOCK->fs_bsize)
138 offset = ((file_block - NDADDR) % NINDIR (SUPERBLOCK));
141 if (offset + MAPBUF_LEN > SUPERBLOCK->fs_bsize
    [all...]
fsys_ffs.c 73 /* pointer to superblock */
74 #define SUPERBLOCK ((struct fs *) ( FSYS_BUF + 8192 ))
88 || !devread (SBLOCK, 0, SBSIZE, (char *) SUPERBLOCK)
89 || SUPERBLOCK->fs_magic != FS_MAGIC)
108 if ((bnum = fsbtodb (SUPERBLOCK, INODE->i_ib[0])) != mapblock
111 if (MAPBUF_LEN < SUPERBLOCK->fs_bsize)
113 offset = ((file_block - NDADDR) % NINDIR (SUPERBLOCK));
116 if (offset + MAPBUF_LEN > SUPERBLOCK->fs_bsize)
117 offset = (SUPERBLOCK->fs_bsize - MAPBUF_LEN) / sizeof (int);
121 bsize = SUPERBLOCK->fs_bsize
    [all...]
fsys_ext2fs.c 31 #define BLOCK_SIZE 1024 /* initial block size for superblock read */
205 #define SUPERBLOCK \
209 ((int)SUPERBLOCK + sizeof(struct ext2_super_block)))
211 ((struct ext2_inode *)((int)GROUP_DESC + EXT2_BLOCK_SIZE(SUPERBLOCK)))
215 ((int)((int)DATABLOCK1 + EXT2_BLOCK_SIZE(SUPERBLOCK)))
251 /* check filesystem types and read superblock into memory buffer */
264 (char *) SUPERBLOCK)
265 || SUPERBLOCK->s_magic != EXT2_SUPER_MAGIC)
278 return devread (fsblock * (EXT2_BLOCK_SIZE (SUPERBLOCK) / DEV_BSIZE), 0,
279 EXT2_BLOCK_SIZE (SUPERBLOCK), (char *) buffer)
    [all...]
  /external/e2fsprogs/tests/m_mkfs_overhead/
expect.1 1 ./test.img: Cannot create filesystem with requested number of inodes while setting up superblock
10 Couldn't find valid filesystem superblock.
  /external/kernel-headers/original/linux/
efs_fs_sb.h 15 /* EFS superblock magic numbers */
24 /* efs superblock on disk */
42 __be32 fs_replsb; /* Location of replicated superblock. */
48 /* efs superblock information in memory */
50 __u32 fs_magic; /* superblock magic number */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
efs_fs_sb.h 14 /* EFS superblock magic numbers */
23 /* efs superblock on disk */
41 __be32 fs_replsb; /* Location of replicated superblock. */
47 /* efs superblock information in memory */
49 __u32 fs_magic; /* superblock magic number */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
efs_fs_sb.h 14 /* EFS superblock magic numbers */
23 /* efs superblock on disk */
41 __be32 fs_replsb; /* Location of replicated superblock. */
47 /* efs superblock information in memory */
49 __u32 fs_magic; /* superblock magic number */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
efs_fs_sb.h 14 /* EFS superblock magic numbers */
23 /* efs superblock on disk */
41 __be32 fs_replsb; /* Location of replicated superblock. */
47 /* efs superblock information in memory */
49 __u32 fs_magic; /* superblock magic number */
  /external/e2fsprogs/misc/
dumpe2fs.8.in 14 .B \-o superblock=\fIsuperblock
35 .B \-o superblock=\fIsuperblock
37 .I superblock
55 only display the superblock information and not any of the block
e2label.c 62 fprintf (stderr, _("e2label: cannot seek to superblock\n"));
67 fprintf (stderr, _("e2label: error reading superblock\n"));
99 fprintf (stderr, _("e2label: cannot seek to superblock again\n"));
104 fprintf (stderr, _("e2label: error writing superblock\n"));
  /external/e2fsprogs/lib/ext2fs/
openfs.c 48 * the backup group descriptors and superblock --- so use the
61 errcode_t ext2fs_open(const char *name, int flags, int superblock,
65 return ext2fs_open2(name, 0, flags, superblock, block_size,
70 * Note: if superblock is non-zero, block-size must also be non-zero.
71 * Superblock and block_size can be zero to use the default size.
81 int flags, int superblock,
149 superblock = 1;
155 * superblock, then he/she must also specify the block size!
156 * Otherwise, read the master superblock located at offset
159 * Note: we only save a backup copy of the superblock if w
    [all...]
  /external/e2fsprogs/tests/f_big_sparse/
expect.1 5 Filesystem contains large files, but lacks LARGE_FILE flag in superblock.
  /external/e2fsprogs/tests/m_no_opt/
expect.1 12 Superblock backups stored on blocks:
59 Primary superblock at 1, Group descriptors at 2-2
66 Backup superblock at 8193, Group descriptors at 8194-8194
73 Backup superblock at 16385, Group descriptors at 16386-16386
80 Backup superblock at 24577, Group descriptors at 24578-24578
87 Backup superblock at 32769, Group descriptors at 32770-32770
94 Backup superblock at 40961, Group descriptors at 40962-40962
101 Backup superblock at 49153, Group descriptors at 49154-49154
108 Backup superblock at 57345, Group descriptors at 57346-57346

Completed in 528 milliseconds

1 2 3 4 5 6 7 8 91011>>