Searched refs:afs_uuid (Results 1 – 3 of 3) sorted by relevance
32 struct afs_uuid afs_uuid; variable47 ret = afs_get_MAC_address(afs_uuid.node, sizeof(afs_uuid.node)); in afs_get_client_UUID()55 afs_uuid.time_low = uuidtime; in afs_get_client_UUID()56 afs_uuid.time_mid = uuidtime >> 32; in afs_get_client_UUID()57 afs_uuid.time_hi_and_version = (uuidtime >> 48) & AFS_UUID_TIMEHI_MASK; in afs_get_client_UUID()58 afs_uuid.time_hi_and_version |= AFS_UUID_VERSION_TIME; in afs_get_client_UUID()61 afs_uuid.clock_seq_low = clockseq; in afs_get_client_UUID()62 afs_uuid.clock_seq_hi_and_reserved = in afs_get_client_UUID()64 afs_uuid.clock_seq_hi_and_reserved |= AFS_UUID_VARIANT_STD; in afs_get_client_UUID()67 afs_uuid.time_low, in afs_get_client_UUID()[all …]
432 struct afs_uuid *r = call->request; in SRXAFSCB_ProbeUuid()441 if (memcmp(r, &afs_uuid, sizeof(afs_uuid)) == 0) in SRXAFSCB_ProbeUuid()456 struct afs_uuid *r; in afs_deliver_cb_probe_uuid()487 call->request = kmalloc(sizeof(struct afs_uuid), GFP_KERNEL); in afs_deliver_cb_probe_uuid()561 reply.ia.uuid[0] = htonl(afs_uuid.time_low); in SRXAFSCB_TellMeAboutYourself()562 reply.ia.uuid[1] = htonl(afs_uuid.time_mid); in SRXAFSCB_TellMeAboutYourself()563 reply.ia.uuid[2] = htonl(afs_uuid.time_hi_and_version); in SRXAFSCB_TellMeAboutYourself()564 reply.ia.uuid[3] = htonl((s8) afs_uuid.clock_seq_hi_and_reserved); in SRXAFSCB_TellMeAboutYourself()565 reply.ia.uuid[4] = htonl((s8) afs_uuid.clock_seq_low); in SRXAFSCB_TellMeAboutYourself()567 reply.ia.uuid[loop + 5] = htonl((s8) afs_uuid.node[loop]); in SRXAFSCB_TellMeAboutYourself()
419 struct afs_uuid { struct581 extern struct afs_uuid afs_uuid;