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

/net/ceph/
H A Dauth_x.h19 struct ceph_timespec validity; member in struct:ceph_x_ticket_handler
H A Dauth_x.c148 struct timespec validity; local
195 ceph_decode_timespec(&validity, &new_validity);
196 new_expires = get_seconds() + validity.tv_sec;
197 new_renew_after = new_expires - (validity.tv_sec / 4);
234 th->validity = new_validity;
663 memset(&th->validity, 0, sizeof(th->validity));

Completed in 49 milliseconds