Searched refs:UUID_SIZE (Results 1 – 13 of 13) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | uuid.h | 13 #define UUID_SIZE 16 macro 16 __u8 b[UUID_SIZE]; 20 __u8 b[UUID_SIZE];
|
/linux-6.3-rc2/include/ras/ |
A D | ras_event.h | 231 __array(char, sec_type, UUID_SIZE) 232 __array(char, fru_id, UUID_SIZE) 240 memcpy(__entry->sec_type, sec_type, UUID_SIZE); 241 memcpy(__entry->fru_id, fru_id, UUID_SIZE);
|
/linux-6.3-rc2/fs/ext4/ |
A D | ioctl.c | 51 memcpy(es->s_uuid, (__u8 *)arg, UUID_SIZE); in ext4_sb_setuuid() 1148 __u8 uuid[UUID_SIZE]; in ext4_ioctl_getuuid() 1154 fsuuid.fsu_len = UUID_SIZE; in ext4_ioctl_getuuid() 1161 if (fsuuid.fsu_len < UUID_SIZE || fsuuid.fsu_flags != 0) in ext4_ioctl_getuuid() 1165 memcpy(uuid, sbi->s_es->s_uuid, UUID_SIZE); in ext4_ioctl_getuuid() 1168 fsuuid.fsu_len = UUID_SIZE; in ext4_ioctl_getuuid() 1170 copy_to_user(&ufsuuid->fsu_uuid[0], uuid, UUID_SIZE)) in ext4_ioctl_getuuid() 1181 __u8 uuid[UUID_SIZE]; in ext4_ioctl_setuuid() 1198 if (fsuuid.fsu_len != UUID_SIZE || fsuuid.fsu_flags != 0) in ext4_ioctl_setuuid() 1201 if (copy_from_user(uuid, &ufsuuid->fsu_uuid[0], UUID_SIZE)) in ext4_ioctl_setuuid()
|
/linux-6.3-rc2/drivers/hwtracing/stm/ |
A D | p_sys-t.c | 295 u8 uuid[UUID_SIZE]; in sys_t_write()
|
/linux-6.3-rc2/security/integrity/evm/ |
A D | evm_crypto.c | 175 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE); in hmac_add_misc()
|
/linux-6.3-rc2/drivers/char/ |
A D | random.c | 1602 static u8 sysctl_bootid[UUID_SIZE]; 1612 u8 tmp_uuid[UUID_SIZE], *uuid; in proc_do_uuid()
|
/linux-6.3-rc2/drivers/hv/ |
A D | vmbus_drv.c | 250 return sprintf(buf, "vmbus:%*phN\n", UUID_SIZE, &hv_dev->dev_type); in modalias_show() 719 return add_uevent_var(env, format, UUID_SIZE, &dev->dev_type); in vmbus_uevent()
|
/linux-6.3-rc2/drivers/tee/ |
A D | tee_core.c | 184 memcpy(uuid->b, hash, UUID_SIZE); in uuid_v5()
|
/linux-6.3-rc2/arch/powerpc/platforms/pseries/ |
A D | papr_scm.c | 1404 u8 uuid_raw[UUID_SIZE]; in papr_scm_probe()
|
/linux-6.3-rc2/sound/soc/sof/ |
A D | topology.c | 366 memcpy(dst, velem->uuid, UUID_SIZE); in get_token_uuid()
|
/linux-6.3-rc2/drivers/thunderbolt/ |
A D | xdomain.c | 1489 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
|
/linux-6.3-rc2/drivers/char/ipmi/ |
A D | ipmi_msghandler.c | 3309 if (msg->msg.data_len < UUID_SIZE + 1) { in guid_handler() 3313 msg->msg.data_len, UUID_SIZE + 1); in guid_handler()
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-zoned-metadata.c | 780 BUILD_BUG_ON(UUID_SIZE != 16); in dmz_write_sb()
|
Completed in 48 milliseconds