Searched refs:uuidtime (Results 1 – 1 of 1) sorted by relevance
41 u64 uuidtime; in afs_get_client_UUID() local52 uuidtime = (u64) ts.tv_sec * 1000 * 1000 * 10; in afs_get_client_UUID()53 uuidtime += ts.tv_nsec / 100; in afs_get_client_UUID()54 uuidtime += AFS_UUID_TO_UNIX_TIME; 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()