Lines Matching defs:time
962 time64_t *time, struct nfsd_net *nn)
987 *time = i;
990 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%lld\n", *time);
994 time64_t *time, struct nfsd_net *nn)
999 rv = __nfsd4_write_time(file, buf, size, time, nn);
1005 * write_leasetime - Set or report the current NFSv4 lease time
1016 * NFSv4 lease expiry time
1021 * current lease expiry time;
1032 * write_gracetime - Set or report current NFSv4 grace period time
1034 * As above, but sets the time of the NFSv4 grace period.
1037 * lease-period time, but we don't try to enforce this. (In the common
1038 * case (a new boot), we don't know what the previous lease time was
1474 nn->nfsd4_lease = 90; /* default lease time */