Searched refs:NFS4CLNT_CHECK_LEASE (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4state.c | 1264 set_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs4_schedule_lease_recovery() 1351 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state)) in nfs4_client_recover_expired_lease() 1984 set_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs4_check_lease() 2075 clear_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs4_reclaim_lease() 2380 set_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs41_notify_server() 2635 if (test_and_clear_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state)) { in nfs4_state_manager()
|
H A D | nfs4_fs.h | 31 NFS4CLNT_CHECK_LEASE, enumerator
|
H A D | nfs4trace.h | 573 TRACE_DEFINE_ENUM(NFS4CLNT_CHECK_LEASE); variable 596 { BIT(NFS4CLNT_CHECK_LEASE), "CHECK_LEASE" }, \
|
H A D | delegation.c | 1185 return (clp->cl_state & (BIT(NFS4CLNT_CHECK_LEASE) | in nfs4_server_rebooted()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4state.c | 1264 set_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs4_schedule_lease_recovery() 1352 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state)) in nfs4_client_recover_expired_lease() 1996 set_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs4_check_lease() 2091 clear_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs4_reclaim_lease() 2404 set_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state); in nfs41_notify_server() 2659 if (test_and_clear_bit(NFS4CLNT_CHECK_LEASE, &clp->cl_state)) { in nfs4_state_manager()
|
H A D | nfs4_fs.h | 32 NFS4CLNT_CHECK_LEASE, enumerator
|
H A D | nfs4trace.h | 281 TRACE_DEFINE_ENUM(NFS4CLNT_CHECK_LEASE); variable 304 { BIT(NFS4CLNT_CHECK_LEASE), "CHECK_LEASE" }, \
|
H A D | delegation.c | 1209 return (clp->cl_state & (BIT(NFS4CLNT_CHECK_LEASE) | in nfs4_server_rebooted()
|
Completed in 17 milliseconds