/linux/include/linux/ |
H A D | uuid.h | 13 #define UUID_SIZE 16 macro 16 __u8 b[UUID_SIZE]; 20 __u8 b[UUID_SIZE];
|
/linux/fs/nfsd/ |
H A D | localio.c | 164 u8 uuid[UUID_SIZE]; in localio_decode_uuidarg() 166 if (decode_opaque_fixed(xdr, uuid, UUID_SIZE)) in localio_decode_uuidarg() 205 .vs_xdrsize = XDR_QUADLEN(UUID_SIZE),
|
/linux/fs/ext4/ |
H A D | ioctl.c | 51 memcpy(es->s_uuid, (__u8 *)arg, UUID_SIZE); in ext4_sb_setuuid() 1166 __u8 uuid[UUID_SIZE]; in ext4_ioctl_getuuid() 1172 fsuuid.fsu_len = UUID_SIZE; in ext4_ioctl_getuuid() 1179 if (fsuuid.fsu_len < UUID_SIZE || fsuuid.fsu_flags != 0) in ext4_ioctl_getuuid() 1183 memcpy(uuid, sbi->s_es->s_uuid, UUID_SIZE); in ext4_ioctl_getuuid() 1186 fsuuid.fsu_len = UUID_SIZE; in ext4_ioctl_getuuid() 1188 copy_to_user(&ufsuuid->fsu_uuid[0], uuid, UUID_SIZE)) in ext4_ioctl_getuuid() 1199 __u8 uuid[UUID_SIZE]; in ext4_ioctl_setuuid() 1217 if (fsuuid.fsu_len != UUID_SIZE || fsuuid.fsu_flags != 0) in ext4_ioctl_setuuid() 1220 if (copy_from_user(uuid, &ufsuuid->fsu_uuid[0], UUID_SIZE)) in ext4_ioctl_setuuid() [all...] |
/linux/fs/nfs/ |
H A D | localio.c | 78 encode_opaque_fixed(xdr, uuid, UUID_SIZE); in localio_xdr_enc_uuidargs() 94 .p_arglen = XDR_QUADLEN(UUID_SIZE), 143 u8 uuid[UUID_SIZE]; in nfs_server_uuid_is_local()
|
/linux/fs/overlayfs/ |
H A D | util.c | 800 UUID_SIZE); in ovl_init_uuid_xattr() 801 if (res == UUID_SIZE) in ovl_init_uuid_xattr() 835 UUID_SIZE); in ovl_init_uuid_xattr()
|
/linux/security/integrity/evm/ |
H A D | evm_crypto.c | 175 crypto_shash_update(desc, (u8 *)&inode->i_sb->s_uuid, UUID_SIZE); in hmac_add_misc()
|
/linux/Documentation/filesystems/nfs/ |
H A D | localio.rst | 169 the fixed UUID_SIZE (16 bytes). The fixed size opaque encode and decode 180 #define UUID_SIZE 16 181 typedef u8 uuid_t<UUID_SIZE>;
|
/linux/drivers/hwtracing/stm/ |
H A D | p_sys-t.c | 376 u8 uuid[UUID_SIZE]; in sys_t_write()
|
/linux/drivers/tee/tstee/ |
H A D | core.c | 110 memcpy(ffa_args + TS_RPC_SERVICE_INFO_UUID0, arg->uuid, UUID_SIZE); in tstee_open_session()
|
/linux/drivers/char/ |
H A D | random.c | 1626 static u8 sysctl_bootid[UUID_SIZE]; 1636 u8 tmp_uuid[UUID_SIZE], *uuid; in proc_do_uuid()
|
/linux/drivers/platform/x86/amd/hsmp/ |
H A D | acpi.c | 65 if (obj->type == ACPI_TYPE_BUFFER && obj->buffer.length == UUID_SIZE) in is_acpi_hsmp_uuid()
|
/linux/drivers/hv/ |
H A D | vmbus_drv.c | 196 return sysfs_emit(buf, "vmbus:%*phN\n", UUID_SIZE, &hv_dev->dev_type); in modalias_show() 655 return add_uevent_var(env, format, UUID_SIZE, &dev->dev_type); in vmbus_uevent()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | papr_scm.c | 1366 u8 uuid_raw[UUID_SIZE]; in papr_scm_probe()
|
/linux/drivers/tee/ |
H A D | tee_core.c | 185 memcpy(uuid->b, hash, UUID_SIZE); in uuid_v5()
|
/linux/drivers/thunderbolt/ |
H A D | xdomain.c | 1523 if (memcmp(xd->local_uuid, xd->remote_uuid, UUID_SIZE) > 0) { in tb_xdomain_queue_bonding()
|
/linux/drivers/char/ipmi/ |
H A D | ipmi_msghandler.c | 3291 if (msg->msg.data_len < UUID_SIZE + 1) { in guid_handler() 3295 msg->msg.data_len, UUID_SIZE + 1); in guid_handler()
|
/linux/drivers/md/ |
H A D | dm-zoned-metadata.c | 775 BUILD_BUG_ON(UUID_SIZE != 16); in dmz_write_sb()
|
/linux/drivers/gpu/drm/display/ |
H A D | drm_dp_mst_topology.c | 2197 u8 buf[UUID_SIZE]; in drm_dp_check_mstb_guid() 3799 u8 buf[UUID_SIZE]; in drm_dp_mst_topology_mgr_resume()
|
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm.c | 2705 u8 buf[UUID_SIZE]; in resume_mst_branch_status()
|