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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dmkjournal.c71 memcpy(jsb->s_uuid, fs->super->s_uuid, sizeof(fs->super->s_uuid));
289 if (memcmp(fs->super->s_uuid,
295 fs->super->s_uuid, 16);
305 memcpy(fs->super->s_journal_uuid, jsb->s_uuid,
H A Dkernel-jbd.h77 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:journal_superblock_s
H A Dext2_fs.h410 __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2_super_block
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/extras/volume_id/lib/
H A Dext.c61 uint8_t s_uuid[16]; member in struct:ext2_super_block
96 volume_id_set_uuid(id, es->s_uuid, 0, UUID_DCE);
H A Docfs.c126 uint8_t s_uuid[16]; member in struct:ocfs2_super_block
187 volume_id_set_uuid(id, os->s_uuid, 0, UUID_DCE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_superblock.h103 char s_uuid[16]; /* 16: 128-bit uuid for volume */ member in struct:jfs_superblock
H A Djfs_mount.c392 memcpy(sbi->uuid, j_sb->s_uuid, sizeof(sbi->uuid));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.h55 unsigned char s_uuid[16]; member in struct:ext2_super_block
261 unsigned char s_uuid[16]; member in struct:ocfs2_super_block
H A Dprobe.c96 set_uuid(dev, es->s_uuid);
453 set_uuid(dev, osb->s_uuid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A Dtune2fs.c132 if (memcmp(fs->super->s_uuid,
715 uuid_clear(sb->s_uuid);
717 uuid_generate_time(sb->s_uuid);
719 uuid_generate(sb->s_uuid);
720 } else if (uuid_parse(new_UUID, sb->s_uuid)) {
H A Dmke2fs.c1216 uuid_generate(fs->super->s_uuid);
1229 for (i = 0, val = 0; i < sizeof(fs->super->s_uuid); i++)
1230 val += fs->super->s_uuid[i];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dobjectid.c200 generate_random_uuid(disk_sb->s_uuid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/e2p/
H A Dls.c167 buf, e2p_uuid2str(sb->s_uuid), sb->s_magic, sb->s_rev_level);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/
H A De2fs_defs.h401 uint8_t s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2_super_block
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c1412 if (ocfs2_setup_osb_uuid(osb, di->id2.i_super.s_uuid,
1413 sizeof(di->id2.i_super.s_uuid))) {
1419 memcpy(&uuid_net_key, di->id2.i_super.s_uuid, sizeof(uuid_net_key));
H A Docfs2_fs.h424 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */ member in struct:ocfs2_super_block
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dext2_fs.h390 __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 Djbd2.h215 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:journal_superblock_s
H A Dext3_fs.h470 /*68*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext3_super_block
H A Dext4_fs.h486 /*68*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext4_super_block
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_jbd.h192 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:hfsplus_jbd_superblock_s
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext2/
H A Dsuper.c100 /* es->s_uuid will be set by e2fsck if empty */
1146 fsid = le64_to_cpup((void *)es->s_uuid) ^
1147 le64_to_cpup((void *)es->s_uuid + sizeof(u64));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext3/
H A Dsuper.c314 /* es->s_uuid will be set by e2fsck if empty */
1937 if (memcmp(EXT3_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) {
2450 fsid = le64_to_cpup((void *)es->s_uuid) ^
2451 le64_to_cpup((void *)es->s_uuid + sizeof(u64));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ext4/
H A Dsuper.c363 /* es->s_uuid will be set by e2fsck if empty */
2011 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) {
2524 fsid = le64_to_cpup((void *)es->s_uuid) ^
2525 le64_to_cpup((void *)es->s_uuid + sizeof(u64));

Completed in 155 milliseconds

12