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

12

/linux-master/fs/jfs/
H A Djfs_superblock.h90 uuid_t s_uuid; /* 16: 128-bit uuid for volume */ member in struct:jfs_superblock
H A Djfs_mount.c385 uuid_copy(&sbi->uuid, &j_sb->s_uuid);
/linux-master/fs/zonefs/
H A Dzonefs.h158 __u8 s_uuid[ZONEFS_UUID_SIZE]; member in struct:zonefs_super
227 uuid_t s_uuid; member in struct:zonefs_sb_info
H A Dsuper.c468 buf->f_fsid = uuid_to_fsid(sbi->s_uuid.b);
1178 import_uuid(&sbi->s_uuid, super->s_uuid);
/linux-master/fs/crypto/
H A Dkeysetup.c199 u8 hkdf_info[sizeof(mode_num) + sizeof(sb->s_uuid)];
218 BUILD_BUG_ON(sizeof(sb->s_uuid) != 16);
222 memcpy(&hkdf_info[hkdf_infolen], &sb->s_uuid,
223 sizeof(sb->s_uuid));
224 hkdf_infolen += sizeof(sb->s_uuid);
/linux-master/fs/reiserfs/
H A Dobjectid.c211 generate_random_uuid(disk_sb->s_uuid);
H A Dsuper.c2259 buf->f_fsid.val[0] = (u32)crc32_le(0, rs->s_uuid, sizeof(rs->s_uuid)/2);
2260 buf->f_fsid.val[1] = (u32)crc32_le(0, rs->s_uuid + sizeof(rs->s_uuid)/2,
2261 sizeof(rs->s_uuid)/2);
/linux-master/fs/gfs2/
H A Dsys.c151 if (uuid_is_null(&s->s_uuid))
153 return snprintf(buf, PAGE_SIZE, "%pUB\n", &s->s_uuid);
789 if (!uuid_is_null(&s->s_uuid))
790 add_uevent_var(env, "UUID=%pUB", &s->s_uuid);
H A Dsuper.c1004 buf->f_fsid = uuid_to_fsid(sb->s_uuid.b);
/linux-master/include/uapi/linux/
H A Dnilfs2_ondisk.h190 /*98*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:nilfs_super_block
/linux-master/fs/overlayfs/
H A Dsuper.c261 buf->f_fsid = uuid_to_fsid(sb->s_uuid.b);
917 uuid_equal(&ofs->fs[i].sb->s_uuid, uuid)) {
940 if (!ovl_lower_uuid_ok(ofs, &sb->s_uuid)) {
953 uuid_is_null(&sb->s_uuid) ? "null" :
H A Dnamei.c176 !uuid_equal(&fh->fb.uuid, &mnt->mnt_sb->s_uuid) :
/linux-master/fs/kernfs/
H A Dmount.c54 buf->f_fsid = uuid_to_fsid(dentry->d_sb->s_uuid.b);
/linux-master/security/integrity/evm/
H A Devm_crypto.c175 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE);
/linux-master/include/linux/
H A Dfs.h1280 uuid_t s_uuid; /* UUID */ member in struct:super_block
2559 if (WARN_ON(len > sizeof(sb->s_uuid)))
2560 len = sizeof(sb->s_uuid);
2562 memcpy(&sb->s_uuid, uuid, len);
2571 /* set sb sysfs name based on sb->s_uuid */
2574 WARN_ON(sb->s_uuid_len != sizeof(sb->s_uuid));
2575 snprintf(sb->s_sysfs_name, sizeof(sb->s_sysfs_name), "%pU", sb->s_uuid.b);
H A Djbd2.h252 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member in struct:journal_superblock_s
/linux-master/fs/jbd2/
H A Djournal.c1493 journal->j_csum_seed = jbd2_chksum(journal, ~0, sb->s_uuid,
1494 sizeof(sb->s_uuid));
2354 journal->j_csum_seed = jbd2_chksum(journal, ~0, sb->s_uuid,
2355 sizeof(sb->s_uuid));
/linux-master/fs/ocfs2/
H A Dsuper.c2029 super_set_uuid(sb, di->id2.i_super.s_uuid,
2030 sizeof(di->id2.i_super.s_uuid));
2218 if (ocfs2_setup_osb_uuid(osb, di->id2.i_super.s_uuid,
2219 sizeof(di->id2.i_super.s_uuid))) {
H A Docfs2_fs.h608 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */ member in struct:ocfs2_super_block
/linux-master/fs/ext2/
H A Dext2.h455 __u8 s_uuid[16]; /* 128-bit uuid for volume */ member in struct:ext2_super_block
/linux-master/fs/ext4/
H A Dsuper.c1159 /* es->s_uuid will be set by e2fsck if empty */
1312 &sb->s_uuid);
3254 crc = crc16(~0, sbi->s_es->s_uuid, sizeof(sbi->s_es->s_uuid));
4644 sbi->s_csum_seed = ext4_chksum(sbi, ~0, es->s_uuid,
4645 sizeof(es->s_uuid));
5344 super_set_uuid(sb, es->s_uuid, sizeof(es->s_uuid));
5715 "Quota mode: %s.", &sb->s_uuid,
5902 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 1
[all...]
H A Dioctl.c51 memcpy(es->s_uuid, (__u8 *)arg, UUID_SIZE);
1184 memcpy(uuid, sbi->s_es->s_uuid, UUID_SIZE);
/linux-master/fs/nilfs2/
H A Dsysfs.c884 return sysfs_emit(buf, "%pUb\n", sbp[0]->s_uuid);
/linux-master/fs/
H A Dioctl.c774 memcpy(&u.uuid[0], &sb->s_uuid, sb->s_uuid_len);
/linux-master/fs/erofs/
H A Dsuper.c348 memcpy(&sb->s_uuid, dsb->uuid, sizeof(dsb->uuid));

Completed in 457 milliseconds

12