Lines Matching refs:uuid
52 #include <linux/uuid.h>
1420 * - uuid - a random UUID, different each time the file is read.
1457 u8 tmp_uuid[UUID_SIZE], *uuid;
1467 uuid = table->data;
1468 if (!uuid) {
1469 uuid = tmp_uuid;
1470 generate_random_uuid(uuid);
1475 if (!uuid[8])
1476 generate_random_uuid(uuid);
1480 snprintf(uuid_string, sizeof(uuid_string), "%pU", uuid);
1528 .procname = "uuid",