Lines Matching refs:uuid
52 #include <linux/uuid.h>
1575 * - uuid - a random UUID, different each time the file is read.
1612 u8 tmp_uuid[UUID_SIZE], *uuid;
1622 uuid = table->data;
1623 if (!uuid) {
1624 uuid = tmp_uuid;
1625 generate_random_uuid(uuid);
1630 if (!uuid[8])
1631 generate_random_uuid(uuid);
1635 snprintf(uuid_string, sizeof(uuid_string), "%pU", uuid);
1682 .procname = "uuid",