Searched refs:s_uuid (Results 1 – 18 of 18) sorted by relevance
| /linux/fs/zonefs/ |
| H A D | zonefs.h | 158 __u8 s_uuid[ZONEFS_UUID_SIZE]; member 227 uuid_t s_uuid; member
|
| H A D | super.c | 468 buf->f_fsid = uuid_to_fsid(sbi->s_uuid.b); in zonefs_statfs() 1173 import_uuid(&sbi->s_uuid, super->s_uuid); in zonefs_read_super()
|
| /linux/fs/crypto/ |
| H A D | keysetup.c | 225 u8 hkdf_info[sizeof(mode_num) + sizeof(sb->s_uuid)]; in setup_per_mode_enc_key() 258 static_assert(sizeof(sb->s_uuid) == 16); in setup_per_mode_enc_key() 262 memcpy(&hkdf_info[hkdf_infolen], &sb->s_uuid, in setup_per_mode_enc_key() 263 sizeof(sb->s_uuid)); in setup_per_mode_enc_key() 264 hkdf_infolen += sizeof(sb->s_uuid); in setup_per_mode_enc_key()
|
| /linux/fs/jfs/ |
| H A D | jfs_superblock.h | 90 uuid_t s_uuid; /* 16: 128-bit uuid for volume */ member
|
| /linux/security/integrity/evm/ |
| H A D | evm_crypto.c | 182 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE);
|
| /linux/fs/jbd2/ |
| H A D | journal.c | 1492 journal->j_csum_seed = jbd2_chksum(~0, sb->s_uuid, in journal_load_superblock() 1493 sizeof(sb->s_uuid)); in journal_load_superblock() 2333 journal->j_csum_seed = jbd2_chksum(~0, sb->s_uuid, in jbd2_journal_set_features() 2334 sizeof(sb->s_uuid)); in jbd2_journal_set_features()
|
| /linux/fs/ext4/ |
| H A D | super.c | 1303 &sb->s_uuid); in ext4_put_super() 3293 crc = crc16(~0, sbi->s_es->s_uuid, sizeof(sbi->s_es->s_uuid)); in ext4_group_desc_csum() 4725 sbi->s_csum_seed = ext4_chksum(~0, es->s_uuid, in ext4_init_metadata_csum() 4726 sizeof(es->s_uuid)); in ext4_init_metadata_csum() 5502 super_set_uuid(sb, es->s_uuid, sizeof(es->s_uuid)); in __ext4_fill_super() 5871 "Quota mode: %s.", &sb->s_uuid, in ext4_fill_super() 6059 if (memcmp(EXT4_SB(sb)->s_es->s_journal_uuid, es->s_uuid, 16)) { in ext4_get_journal_blkdev() 6930 &sb->s_uuid, in ext4_reconfigure() 7012 buf->f_fsid = uuid_to_fsid(es->s_uuid); in ext4_statfs()
|
| H A D | ext4.h | 1414 /*68*/ __u8 s_uuid[16]; /* 128-bit uuid for volume */ member
|
| /linux/fs/erofs/ |
| H A D | super.c | 1089 if (uuid_is_null(&sb->s_uuid)) in erofs_statfs() 1093 buf->f_fsid = uuid_to_fsid(sb->s_uuid.b); in erofs_statfs()
|
| /linux/fs/ |
| H A D | ioctl.c | 463 memcpy(&u.uuid[0], &sb->s_uuid, sb->s_uuid_len); in ioctl_getfsuuid()
|
| /linux/include/linux/ |
| H A D | jbd2.h | 249 __u8 s_uuid[16]; /* 128-bit uuid for journal */ member
|
| /linux/fs/nilfs2/ |
| H A D | sysfs.c | 898 len = sysfs_emit(buf, "%pUb\n", raw_sb->s_uuid); in nilfs_dev_uuid_show()
|
| /linux/fs/overlayfs/ |
| H A D | copy_up.c | 424 uuid_t *uuid = &realinode->i_sb->s_uuid; in ovl_encode_real_fh()
|
| /linux/fs/gfs2/ |
| H A D | super.c | 987 buf->f_fsid = uuid_to_fsid(sb->s_uuid.b); in gfs2_statfs()
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | journal.rst | 230 - s_uuid[16]
|
| /linux/fs/btrfs/ |
| H A D | disk-io.c | 3553 memcpy(&sb->s_uuid, fs_info->super_copy->fsid, BTRFS_FSID_SIZE); in open_ctree() 3555 memcpy(&sb->s_uuid, fs_info->fs_devices->fsid, BTRFS_FSID_SIZE); in open_ctree()
|
| /linux/security/integrity/ima/ |
| H A D | ima_policy.c | 624 !uuid_equal(&rule->fsuuid, &inode->i_sb->s_uuid)) in ima_match_rules()
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 7491 memcpy(info->objid, path.mnt->mnt_sb->s_uuid.b, in smb2_get_info_filesystem()
|