Searched refs:NFS4CLNT_LEASE_EXPIRED (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/fs/nfs/ |
D | nfs4state.c | 1247 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state)) in nfs4_schedule_lease_recovery() 1335 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) && in nfs4_client_recover_expired_lease() 1354 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs40_handle_cb_pathdown() 1879 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_recovery_handle_error() 1883 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_recovery_handle_error() 1967 if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state)) in nfs4_check_lease() 2032 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_handle_reclaim_lease_error() 2075 clear_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_reclaim_lease() 2087 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_purge_lease() 2393 if (test_and_set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) == 0) { in nfs4_reset_all_state() [all …]
|
D | nfs4renewd.c | 84 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_renew_state()
|
D | nfs4_fs.h | 32 NFS4CLNT_LEASE_EXPIRED, enumerator
|
D | nfs4client.c | 221 clp->cl_state = 1 << NFS4CLNT_LEASE_EXPIRED; in nfs4_alloc_client()
|
D | delegation.c | 1210 BIT(NFS4CLNT_LEASE_EXPIRED) | in nfs4_server_rebooted()
|
D | nfs4trace.h | 282 TRACE_DEFINE_ENUM(NFS4CLNT_LEASE_EXPIRED); 303 { NFS4CLNT_LEASE_EXPIRED, "LEASE_EXPIRED" }, \
|