Home | History | Annotate | Download | only in ext4_utils

Lines Matching defs:uuid

27 #include "uuid.h"
30 struct uuid {
53 struct uuid *uuid = (struct uuid *)result;
56 memcpy(uuid, sha1, sizeof(struct uuid));
58 uuid->time_low = ntohl(uuid->time_low);
59 uuid->time_mid = ntohs(uuid->time_mid);
60 uuid->time_hi_and_version = ntohs(uuid->time_hi_and_version);
61 uuid->time_hi_and_version &= 0x0FFF;
62 uuid->time_hi_and_version |= (5 << 12);
63 uuid->clk_seq_hi_res &= ~(1 << 6);
64 uuid->clk_seq_hi_res |= 1 << 7;