Searched refs:nfsd4_lease (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | netns.h | 92 time64_t nfsd4_lease; member
|
H A D | nfs4callback.c | 829 * nfsd4_lease is set to at most one hour in __nfsd4_write_time, in max_cb_time() 833 if (WARN_ON_ONCE(nn->nfsd4_lease > 3600)) in max_cb_time() 836 return max(((u32)nn->nfsd4_lease)/10, 1u) * HZ; in max_cb_time()
|
H A D | nfsctl.c | 1028 return nfsd4_write_time(file, buf, size, &nn->nfsd4_lease, nn); in write_leasetime() 1474 nn->nfsd4_lease = 90; /* default lease time */ in nfsd_init_net()
|
H A D | nfs4layouts.c | 678 (u64)nn->nfsd4_lease * NSEC_PER_SEC * 2); in nfsd4_cb_layout_done()
|
H A D | nfs4state.c | 5378 2 * nn->nfsd4_lease; in clients_still_reclaiming() 5405 time64_t cutoff = ktime_get_boottime_seconds() - nn->nfsd4_lease; in nfs4_laundromat() 5406 time64_t t, new_timeo = nn->nfsd4_lease; in nfs4_laundromat() 7411 queue_delayed_work(laundry_wq, &nn->laundromat_work, nn->nfsd4_lease * HZ); in nfs4_state_start_net()
|
H A D | nfs4proc.c | 1613 cn->cpn_sec = nn->nfsd4_lease; in nfsd4_copy_notify()
|
H A D | nfs4xdr.c | 2913 *p++ = cpu_to_be32(nn->nfsd4_lease); in nfsd4_encode_fattr()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | netns.h | 103 time64_t nfsd4_lease; member
|
H A D | nfs4callback.c | 900 * nfsd4_lease is set to at most one hour in __nfsd4_write_time, in max_cb_time() 904 if (WARN_ON_ONCE(nn->nfsd4_lease > 3600)) in max_cb_time() 907 return max(((u32)nn->nfsd4_lease)/10, 1u) * HZ; in max_cb_time()
|
H A D | nfs4layouts.c | 679 (u64)nn->nfsd4_lease * NSEC_PER_SEC * 2); in nfsd4_cb_layout_done()
|
H A D | nfsctl.c | 1004 return nfsd4_write_time(file, buf, size, &nn->nfsd4_lease, nn); in write_leasetime()
|
H A D | nfs4state.c | 4426 nn->nfsd4_lease = 90; /* default lease time */ in nfsd4_init_leases_net() 5911 2 * nn->nfsd4_lease; in clients_still_reclaiming() 6139 .cutoff = ktime_get_boottime_seconds() - nn->nfsd4_lease, in nfs4_laundromat() 6140 .new_timeo = nn->nfsd4_lease in nfs4_laundromat() 8225 queue_delayed_work(laundry_wq, &nn->laundromat_work, nn->nfsd4_lease * HZ); in nfs4_state_start_net()
|
H A D | nfs4proc.c | 1932 cn->cpn_sec = nn->nfsd4_lease; in nfsd4_copy_notify()
|
H A D | nfs4xdr.c | 3169 *p++ = cpu_to_be32(nn->nfsd4_lease); in nfsd4_encode_fattr()
|
Completed in 59 milliseconds