Home
last modified time | relevance | path

Searched refs:afs_uuid (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/fs/afs/
Dmain.c32 struct afs_uuid afs_uuid; variable
47 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 …]
Dcmservice.c413 struct afs_uuid *r = call->request; in SRXAFSCB_ProbeUuid()
422 if (memcmp(r, &afs_uuid, sizeof(afs_uuid)) == 0) in SRXAFSCB_ProbeUuid()
437 struct afs_uuid *r; in afs_deliver_cb_probe_uuid()
468 call->request = kmalloc(sizeof(struct afs_uuid), GFP_KERNEL); in afs_deliver_cb_probe_uuid()
542 reply.ia.uuid[0] = htonl(afs_uuid.time_low); in SRXAFSCB_TellMeAboutYourself()
543 reply.ia.uuid[1] = htonl(afs_uuid.time_mid); in SRXAFSCB_TellMeAboutYourself()
544 reply.ia.uuid[2] = htonl(afs_uuid.time_hi_and_version); in SRXAFSCB_TellMeAboutYourself()
545 reply.ia.uuid[3] = htonl((s8) afs_uuid.clock_seq_hi_and_reserved); in SRXAFSCB_TellMeAboutYourself()
546 reply.ia.uuid[4] = htonl((s8) afs_uuid.clock_seq_low); in SRXAFSCB_TellMeAboutYourself()
548 reply.ia.uuid[loop + 5] = htonl((s8) afs_uuid.node[loop]); in SRXAFSCB_TellMeAboutYourself()
Dinternal.h419 struct afs_uuid { struct
581 extern struct afs_uuid afs_uuid;