Lines Matching refs:uuid
35 u32 uuid[4]; member
180 dir->uuid = kmemdup(&block[dir_offset], sizeof(*dir->uuid), in __tb_property_parse_dir()
241 struct tb_property_dir *tb_property_create_dir(const uuid_t *uuid) in tb_property_create_dir() argument
250 if (uuid) { in tb_property_create_dir()
251 dir->uuid = kmemdup(uuid, sizeof(*dir->uuid), GFP_KERNEL); in tb_property_create_dir()
252 if (!dir->uuid) { in tb_property_create_dir()
303 kfree(dir->uuid); in tb_property_free_dir()
314 if (dir->uuid) in tb_property_dir_length()
315 len += sizeof(*dir->uuid) / 4; in tb_property_dir_length()
411 if (dir->uuid) { in __tb_property_format_dir()
415 memcpy(pe->uuid, dir->uuid, sizeof(pe->uuid)); in __tb_property_format_dir()