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

  /external/valgrind/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 167 // to mark the superblock noaccess.
168 char superblock[100]; local
170 VALGRIND_CREATE_MEMPOOL(superblock, REDZONE_SIZE, 0);
171 // User should mark the superblock no access to benefit
175 VALGRIND_MEMPOOL_ALLOC(superblock, superblock+30, 10);
177 res += superblock[30]; // valid
178 res += superblock[39]; // valid
181 "\n------ 2 invalid access in 'no no-access superblock' ---\n\n");
182 res += superblock[29]; // invali
    [all...]
custom_alloc.c 60 is detected when the superblock was not marked as no access. */
61 char superblock[1 + RZ + 20 + RZ + 1]; local
62 char *p = 1 + RZ + superblock;
65 // Indicate we have allocated p from our superblock:
79 // Now, indicate we have re-allocated p from our superblock
117 array[10] = 10; // invalid write (ok w/o MALLOCLIKE -- in superblock)
mempool2.stderr.exp 104 ------ 2 invalid access in 'no no-access superblock' ---
  /external/e2fsprogs/lib/ext2fs/
openfs.c 60 * the backup group descriptors and superblock --- so use the
74 * backup superblock (or lack thereof).
89 errcode_t ext2fs_open(const char *name, int flags, int superblock,
93 return ext2fs_open2(name, 0, flags, superblock, block_size,
104 * Note: if superblock is non-zero, block-size must also be non-zero.
105 * Superblock and block_size can be zero to use the default size.
118 int flags, int superblock,
194 superblock = 1;
200 * superblock, then he/she must also specify the block size!
201 * Otherwise, read the master superblock located at offse
    [all...]
ext2fs.h 39 * Where the master copy of the superblock is located, and how big
41 * the size of the superblock structure is not necessarily trustworthy
42 * (some versions have the padding set up so that the superblock is
211 #define EXT2_MKJOURNAL_V1_SUPER 0x0000001 /* create V1 superblock (deprecated) */
    [all...]
  /external/e2fsprogs/e2fsck/
util.c 544 blk64_t superblock, ret_sb = 8193; local
550 ctx->superblock = ret_sb;
561 ctx->superblock = ret_sb;
564 ctx->superblock = ret_sb;
580 superblock = blocksize*8;
582 superblock++;
584 if (io_channel_read_blk64(io, superblock,
593 ret_sb = superblock;
595 ctx->superblock = superblock;
    [all...]
unix.c 77 _("Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
90 " -b superblock Use alternative superblock\n"
91 " -B blocksize Force blocksize when looking for superblock\n"
375 reason = _(" primary superblock features different from backup");
1113 if (ctx->superblock && ctx->blocksize) {
1115 flags, ctx->superblock, ctx->blocksize,
1117 } else if (ctx->superblock) {
1127 ctx->superblock, blocksize,
1174 * check_interval from the superblock
    [all...]
e2fsck.c 172 /* Reset the superblock to the user's requested value */
173 ctx->superblock = ctx->use_superblock;
journal.c 479 /* Check the superblock checksum */
594 _("reading journal superblock\n"));
633 /* If we don't understand the superblock major type, but there
667 _("%s: no valid journal superblock found\n"),
701 /* Leave a valid existing V1 superblock signature alone.
711 /* Zero out everything else beyond the superblock header */
790 * This function makes sure that the superblock fields regarding the
875 if (ctx->superblock)
994 ctx->superblock, blocksize, io_ptr,
1007 /* Set the superblock flags *
    [all...]
e2fsck.h 187 #define E2F_FLAG_SB_SPECIFIED 0x0100 /* The superblock was explicitly
233 blk64_t superblock; /* sb used to open fs */ member in struct:e2fsck_struct
  /external/e2fsprogs/po/
at-expand.pl 63 "#. %S backup superblock\n",
101 $msg =~ s/\@S/superblock/g;
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/
FrameDecorator.py 275 block = block.superblock
294 block = block.superblock
  /prebuilts/gdb/linux-x86/share/gdb/python/gdb/
FrameDecorator.py 275 block = block.superblock
294 block = block.superblock
  /system/update_engine/payload_generator/
delta_diff_utils.cc 928 const uint8_t* superblock = header.data() + SUPERBLOCK_OFFSET; local
    [all...]
  /external/e2fsprogs/debugfs/
debugfs.c 133 static void open_filesystem(char *device, int open_flags, blk64_t superblock,
141 if (superblock != 0 && blocksize == 0) {
142 com_err(device, 0, "if you specify the superblock, you must also specify the block size");
176 retval = ext2fs_open(device, open_flags, superblock, blocksize,
224 blk64_t superblock = 0; local
266 "superblock block number", &superblock);
283 superblock, blocksize, catastrophic,
288 fprintf(stderr, "%s: Usage: open [-s superblock] [-b blocksize] "
2423 blk64_t superblock = 0; local
    [all...]
  /external/e2fsprogs/misc/
dumpe2fs.c 56 fprintf(stderr, _("Usage: %s [-bfghixV] [-o superblock=<num>] "
233 printf (_(" %s superblock at "),
404 _("Journal superblock magic number invalid!\n"));
461 /* Get the journal superblock */
466 _("while reading journal superblock"));
474 _("Couldn't find journal superblock magic numbers"));
519 static void parse_extended_opts(const char *opts, blk64_t *superblock,
546 if (strcmp(token, "superblock") == 0 ||
553 *superblock = strtoul(arg, &p, 0);
556 _("Invalid superblock parameter: %s\n")
    [all...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 1187 milliseconds