/linux-6.1.9/fs/zonefs/ |
D | zonefs.h | 112 __u8 s_uuid[ZONEFS_UUID_SIZE]; member 181 uuid_t s_uuid; member
|
D | super.c | 1325 buf->f_fsid = uuid_to_fsid(sbi->s_uuid.b); in zonefs_statfs() 1779 import_uuid(&sbi->s_uuid, super->s_uuid); in zonefs_read_super()
|
/linux-6.1.9/fs/crypto/ |
D | keysetup.c | 183 u8 hkdf_info[sizeof(mode_num) + sizeof(sb->s_uuid)]; in setup_per_mode_enc_key() 202 BUILD_BUG_ON(sizeof(sb->s_uuid) != 16); in setup_per_mode_enc_key() 206 memcpy(&hkdf_info[hkdf_infolen], &sb->s_uuid, in setup_per_mode_enc_key() 207 sizeof(sb->s_uuid)); in setup_per_mode_enc_key() 208 hkdf_infolen += sizeof(sb->s_uuid); in setup_per_mode_enc_key()
|
/linux-6.1.9/fs/jfs/ |
D | jfs_superblock.h | 90 uuid_t s_uuid; /* 16: 128-bit uuid for volume */ member
|
D | jfs_mount.c | 381 uuid_copy(&sbi->uuid, &j_sb->s_uuid); in chkSuper()
|
/linux-6.1.9/fs/gfs2/ |
D | sys.c | 141 if (uuid_is_null(&s->s_uuid)) in uuid_show() 143 return snprintf(buf, PAGE_SIZE, "%pUB\n", &s->s_uuid); in uuid_show() 779 if (!uuid_is_null(&s->s_uuid)) in gfs2_uevent() 780 add_uevent_var(env, "UUID=%pUB", &s->s_uuid); in gfs2_uevent()
|
/linux-6.1.9/fs/reiserfs/ |
D | objectid.c | 211 generate_random_uuid(disk_sb->s_uuid); in reiserfs_convert_objectid_map_v1()
|
D | super.c | 2260 buf->f_fsid.val[0] = (u32)crc32_le(0, rs->s_uuid, sizeof(rs->s_uuid)/2); in reiserfs_statfs() 2261 buf->f_fsid.val[1] = (u32)crc32_le(0, rs->s_uuid + sizeof(rs->s_uuid)/2, in reiserfs_statfs() 2262 sizeof(rs->s_uuid)/2); in reiserfs_statfs()
|
/linux-6.1.9/include/uapi/linux/ |
D | nilfs2_ondisk.h | 190 /*98*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member
|
/linux-6.1.9/fs/ocfs2/ |
D | super.c | 2029 memcpy(&sb->s_uuid, di->id2.i_super.s_uuid, in ocfs2_initialize_super() 2030 sizeof(di->id2.i_super.s_uuid)); in ocfs2_initialize_super() 2218 if (ocfs2_setup_osb_uuid(osb, di->id2.i_super.s_uuid, in ocfs2_initialize_super() 2219 sizeof(di->id2.i_super.s_uuid))) { in ocfs2_initialize_super()
|
D | ocfs2_fs.h | 608 /*90*/ __u8 s_uuid[OCFS2_VOL_UUID_LEN]; /* 128-bit uuid */ member
|
/linux-6.1.9/security/integrity/evm/ |
D | evm_crypto.c | 175 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE); in hmac_add_misc()
|
/linux-6.1.9/fs/jbd2/ |
D | journal.c | 1994 journal->j_csum_seed = jbd2_chksum(journal, ~0, sb->s_uuid, in journal_get_superblock() 1995 sizeof(sb->s_uuid)); in journal_get_superblock() 2362 journal->j_csum_seed = jbd2_chksum(journal, ~0, sb->s_uuid, in jbd2_journal_set_features() 2363 sizeof(sb->s_uuid)); in jbd2_journal_set_features()
|
/linux-6.1.9/fs/overlayfs/ |
D | super.c | 1642 uuid_equal(&ofs->fs[i].sb->s_uuid, uuid)) { in ovl_lower_uuid_ok() 1665 if (!ovl_lower_uuid_ok(ofs, &sb->s_uuid)) { in ovl_get_fsid() 1678 uuid_is_null(&sb->s_uuid) ? "null" : in ovl_get_fsid()
|
D | copy_up.c | 343 uuid_t *uuid = &real->d_sb->s_uuid; in ovl_encode_real_fh()
|
D | namei.c | 168 if (ofs->config.uuid ? !uuid_equal(&fh->fb.uuid, &mnt->mnt_sb->s_uuid) : in ovl_decode_real_fh()
|
/linux-6.1.9/fs/ext2/ |
D | ext2.h | 460 __u8 s_uuid[16]; /* 128-bit uuid for volume */ member
|
D | super.c | 1476 buf->f_fsid = uuid_to_fsid(es->s_uuid); in ext2_statfs()
|
/linux-6.1.9/fs/ext4/ |
D | super.c | 3180 crc = crc16(~0, sbi->s_es->s_uuid, sizeof(sbi->s_es->s_uuid)); in ext4_group_desc_csum() 4580 sbi->s_csum_seed = ext4_chksum(sbi, ~0, es->s_uuid, in ext4_init_metadata_csum() 4581 sizeof(es->s_uuid)); in ext4_init_metadata_csum() 5259 memcpy(&sb->s_uuid, es->s_uuid, sizeof(es->s_uuid)); in __ext4_fill_super() 5816 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { in ext4_get_dev_journal() 6691 buf->f_fsid = uuid_to_fsid(es->s_uuid); in ext4_statfs()
|
D | ioctl.c | 51 memcpy(es->s_uuid, (__u8 *)arg, UUID_SIZE); in ext4_sb_setuuid() 1167 memcpy(uuid, sbi->s_es->s_uuid, UUID_SIZE); in ext4_ioctl_getuuid()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_mount.c | 64 uuid_copy(&mp->m_super->s_uuid, uuid); in xfs_uuid_mount()
|
/linux-6.1.9/include/linux/ |
D | jbd2.h | 252 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member
|
/linux-6.1.9/fs/nilfs2/ |
D | sysfs.c | 884 return sysfs_emit(buf, "%pUb\n", sbp[0]->s_uuid); in nilfs_dev_uuid_show()
|
/linux-6.1.9/fs/erofs/ |
D | super.c | 400 memcpy(&sb->s_uuid, dsb->uuid, sizeof(dsb->uuid)); in erofs_read_superblock()
|
/linux-6.1.9/Documentation/filesystems/ext4/ |
D | super.rst | 177 - s_uuid[16]
|