Searched refs:uuidtime (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/afs/
H A Dmain.c40 u64 uuidtime; local
51 uuidtime = (u64) ts.tv_sec * 1000 * 1000 * 10;
52 uuidtime += ts.tv_nsec / 100;
53 uuidtime += AFS_UUID_TO_UNIX_TIME;
54 afs_uuid.time_low = uuidtime;
55 afs_uuid.time_mid = uuidtime >> 32;
56 afs_uuid.time_hi_and_version = (uuidtime >> 48) & AFS_UUID_TIMEHI_MASK;

Completed in 56 milliseconds