Searched refs:s_uuid (Results 1 - 25 of 25) sorted by relevance

/external/clang/test/Sema/
H A Darray-bounds-ptr-arith.c5 unsigned char s_uuid[8]; // expected-note {{declared here}} member in struct:ext2_super_block
9 return (void *)es->s_uuid + sizeof(int); // no-warning
13 return (void *)es->s_uuid + 80; // expected-warning {{refers past the end of the array}}
/external/e2fsprogs/misc/
H A Dfindsuper.c237 if (memcmp(ext2.s_uuid, last_uuid, sizeof(last_uuid)) == 0 &&
242 memcpy(last_uuid, ext2.s_uuid, sizeof(last_uuid));
257 ext2.s_uuid[0], ext2.s_uuid[1],
258 ext2.s_uuid[2], ext2.s_uuid[3], ext2.s_volume_name);
H A De2undo.c42 __u8 s_uuid[16]; local
85 memcpy(s_uuid, tdb_data.dptr, sizeof(s_uuid));
86 if (memcmp(s_uuid, super.s_uuid, sizeof(s_uuid))) {
H A Dtune2fs.c242 if (memcmp(fs->super->s_uuid, &jsb->s_users[i * 16], 16) == 0)
2192 uuid_clear(sb->s_uuid);
2194 uuid_generate_time(sb->s_uuid);
2196 uuid_generate(sb->s_uuid);
2197 } else if (uuid_parse(new_UUID, sb->s_uuid)) {
H A Dmke2fs.c2469 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {
2475 uuid_generate(fs->super->s_uuid);
2510 for (i = 0, val = 0 ; i < sizeof(fs->super->s_uuid); i++)
2511 val += fs->super->s_uuid[i];
H A De2image.c281 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid));
/external/e2fsprogs/lib/ext2fs/
H A Dcsum.c59 crc = ext2fs_crc16(~0, fs->super->s_uuid,
60 sizeof(fs->super->s_uuid));
201 crc1 = ext2fs_crc16(~0, sb->s_uuid, sizeof(fs->super->s_uuid));
215 msg, e2p_uuid2str(sb->s_uuid), crc1, group, crc2, crc3,
245 memcpy(fs->super->s_uuid, sb_uuid, 16);
288 memset(fs->super->s_uuid, 0x30, sizeof(fs->super->s_uuid));
H A Dmkjournal.c69 memcpy(jsb->s_uuid, fs->super->s_uuid, sizeof(fs->super->s_uuid));
465 if (memcmp(fs->super->s_uuid,
471 fs->super->s_uuid, 16);
481 memcpy(fs->super->s_journal_uuid, jsb->s_uuid,
H A Dtst_super_size.c85 check_field(s_uuid, 16);
H A Dundo_io.c169 tdb_data.dptr = (unsigned char *)&(super.s_uuid);
170 tdb_data.dsize = sizeof(super.s_uuid);
H A Dkernel-jbd.h196 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:journal_superblock_s
H A Dext2_fs.h159 __u16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
160 __u16 bg_inode_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
162 __u16 bg_checksum; /* crc16(s_uuid+group_num+group_desc)*/
178 __u16 bg_block_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
179 __u16 bg_inode_bitmap_csum_lo;/* crc32c(s_uuid+grp_num+bitmap) LSB */
190 __u16 bg_block_bitmap_csum_hi;/* crc32c(s_uuid+grp_num+bitmap) MSB */
191 __u16 bg_inode_bitmap_csum_hi;/* crc32c(s_uuid+grp_num+bitmap) MSB */
586 __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2_super_block
H A Dicount.c192 uuid_unparse(fs->super->s_uuid, uuid);
/external/qemu/distrib/ext4_utils/src/
H A Djbd2.h102 __u8 s_uuid[16]; member in struct:journal_superblock_s
H A Dext4_utils.c180 generate_uuid("extandroid/make_ext4fs", info.label, sb->s_uuid);
190 //memcpy(sb->s_journal_uuid, sb->s_uuid, sizeof(sb->s_journal_uuid));
369 crc = ext4_crc16(~0, aux_info.sb->s_uuid, sizeof(aux_info.sb->s_uuid));
H A Dext4.h414 __u8 s_uuid[16]; member in struct:ext4_super_block
/external/e2fsprogs/e2fsck/
H A Dsuper.c725 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) {
727 uuid_generate(sb->s_uuid);
958 memcmp(fs->super->s_uuid, backup_sb->s_uuid,
959 sizeof(fs->super->s_uuid)))
H A Ddirinfo.c62 uuid_unparse(ctx->fs->super->s_uuid, uuid);
H A Djournal.c421 if (memcmp(jsuper.s_uuid, ctx->fs->super->s_journal_uuid,
422 sizeof(jsuper.s_uuid))) {
H A Dunix.c1468 e2p_uuid2str(sb->s_uuid));
/external/e2fsprogs/lib/blkid/
H A Dprobe.h66 unsigned char s_uuid[16]; member in struct:ext2_super_block
371 unsigned char s_uuid[16]; member in struct:ocfs2_super_block
H A Dprobe.c151 set_uuid(dev, es->s_uuid, 0);
1068 set_uuid(probe->dev, osb->s_uuid, 0);
/external/e2fsprogs/lib/e2p/
H A Dls.c220 fprintf(f, "Filesystem UUID: %s\n", e2p_uuid2str(sb->s_uuid));
/external/e2fsprogs/debugfs/
H A Dlogdump.c366 uuid_unparse(sb->s_uuid, jsb_buffer);
H A Dset_fields.c109 { "uuid", &set_sb.s_uuid, NULL, 16, parse_uuid },

Completed in 6379 milliseconds