Lines Matching defs:time
934 time64_t *time, struct nfsd_net *nn)
963 *time = i;
966 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%lld\n", *time);
970 time64_t *time, struct nfsd_net *nn)
975 rv = __nfsd4_write_time(file, buf, size, time, nn);
981 * write_leasetime - Set or report the current NFSv4 lease time
992 * NFSv4 lease expiry time
997 * current lease expiry time;
1008 * write_gracetime - Set or report current NFSv4 grace period time
1010 * As above, but sets the time of the NFSv4 grace period.
1013 * lease-period time, but we don't try to enforce this. (In the common
1014 * case (a new boot), we don't know what the previous lease time was