Searched refs:NFS4CLNT_LEASE_EXPIRED (Results 1 – 6 of 6) sorted by relevance
| /fs/nfs/ |
| A D | nfs4state.c | 1249 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state)) in nfs4_schedule_lease_recovery() 1337 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) && in nfs4_client_recover_expired_lease() 1356 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs40_handle_cb_pathdown() 1880 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_recovery_handle_error() 1884 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_recovery_handle_error() 1973 if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state)) in nfs4_check_lease() 2044 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_handle_reclaim_lease_error() 2086 clear_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_reclaim_lease() 2098 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_purge_lease() 2622 if (test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state)) { in nfs4_state_manager() [all …]
|
| A D | nfs4renewd.c | 84 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_renew_state()
|
| A D | nfs4_fs.h | 33 NFS4CLNT_LEASE_EXPIRED, enumerator
|
| A D | nfs4client.c | 222 clp->cl_state = 1 << NFS4CLNT_LEASE_EXPIRED; in nfs4_alloc_client()
|
| A D | delegation.c | 1313 BIT(NFS4CLNT_LEASE_EXPIRED) | in nfs4_server_rebooted()
|
| A D | nfs4trace.h | 341 TRACE_DEFINE_ENUM(NFS4CLNT_LEASE_EXPIRED); 364 { BIT(NFS4CLNT_LEASE_EXPIRED), "LEASE_EXPIRED" }, \
|
Completed in 22 milliseconds