Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dmain.c57 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()
69 afs_uuid.time_hi_and_version, in afs_get_client_UUID()
Dcmservice.c476 r->time_hi_and_version = ntohl(b[2]); in afs_deliver_cb_probe_uuid()
544 reply.ia.uuid[2] = htonl(afs_uuid.time_hi_and_version); in SRXAFSCB_TellMeAboutYourself()
Dinternal.h422 u16 time_hi_and_version; /* high part of timestamp and version */ member