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.c233 if (memcmp(ext2.s_uuid, last_uuid, sizeof(last_uuid)) == 0 &&
238 memcpy(last_uuid, ext2.s_uuid, sizeof(last_uuid));
253 ext2.s_uuid[0], ext2.s_uuid[1],
254 ext2.s_uuid[2], ext2.s_uuid[3], ext2.s_volume_name);
H A De2undo.c43 __u8 s_uuid[16]; local
86 memcpy(s_uuid, tdb_data.dptr, sizeof(s_uuid));
87 if (memcmp(s_uuid, super.s_uuid, sizeof(s_uuid))) {
H A Dtune2fs.c216 if (memcmp(fs->super->s_uuid,
1802 uuid_clear(sb->s_uuid);
1804 uuid_generate_time(sb->s_uuid);
1806 uuid_generate(sb->s_uuid);
1807 } else if (uuid_parse(new_UUID, sb->s_uuid)) {
H A Dmke2fs.c2161 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {
2167 uuid_generate(fs->super->s_uuid);
2185 for (i = 0, val = 0 ; i < sizeof(fs->super->s_uuid); i++)
2186 val += fs->super->s_uuid[i];
H A De2image.c142 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid));
/external/e2fsprogs/lib/ext2fs/
H A Dcsum.c51 crc = ext2fs_crc16(~0, fs->super->s_uuid,
52 sizeof(fs->super->s_uuid));
167 crc1 = ext2fs_crc16(~0, sb->s_uuid, sizeof(fs->super->s_uuid));
172 msg, e2p_uuid2str(sb->s_uuid), crc1, group, crc2,crc3,
197 memcpy(fs->super->s_uuid, sb_uuid, 16);
240 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));
428 if (memcmp(fs->super->s_uuid,
434 fs->super->s_uuid, 16);
444 memcpy(fs->super->s_journal_uuid, jsb->s_uuid,
H A Dtst_super_size.c77 check_field(s_uuid);
H A Dundo_io.c161 tdb_data.dptr = (unsigned char *)&(super.s_uuid);
162 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.h150 __u16 bg_checksum; /* crc16(s_uuid+grouo_num+group_desc)*/
164 __u16 bg_checksum; /* crc16(s_uuid+grouo_num+group_desc)*/
558 __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2_super_block
H A Dicount.c191 uuid_unparse(fs->super->s_uuid, uuid);
/external/e2fsprogs/e2fsck/
H A Dsuper.c731 if (!(ctx->options & E2F_OPT_READONLY) && uuid_is_null(sb->s_uuid)) {
733 uuid_generate(sb->s_uuid);
959 memcmp(fs->super->s_uuid, backup_sb->s_uuid,
960 sizeof(fs->super->s_uuid)))
H A Ddirinfo.c62 uuid_unparse(ctx->fs->super->s_uuid, uuid);
H A Djournal.c406 if (memcmp(jsuper.s_uuid, ctx->fs->super->s_journal_uuid,
407 sizeof(jsuper.s_uuid))) {
/external/e2fsprogs/lib/blkid/
H A Dprobe.h66 unsigned char s_uuid[16]; member in struct:ext2_super_block
370 unsigned char s_uuid[16]; member in struct:ocfs2_super_block
H A Dprobe.c153 set_uuid(dev, es->s_uuid, 0);
1070 set_uuid(probe->dev, osb->s_uuid, 0);
/external/e2fsprogs/lib/e2p/
H A Dls.c200 fprintf(f, "Filesystem UUID: %s\n", e2p_uuid2str(sb->s_uuid));
/external/kernel-headers/original/linux/
H A Dext2_fs.h386 __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2_super_block
H A Djbd.h208 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:journal_superblock_s
H A Dext3_fs.h457 /*68*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext3_super_block
H A Dfs.h1469 u8 s_uuid[16]; /* UUID */ member in struct:super_block
/external/e2fsprogs/debugfs/
H A Dlogdump.c365 uuid_unparse(sb->s_uuid, jsb_buffer);
H A Dset_fields.c101 { "uuid", &set_sb.s_uuid, 16, parse_uuid },

Completed in 455 milliseconds