Home
last modified time | relevance | path

Searched refs:cl_state (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/fs/nfs/
Dnfs4state.c75 if (test_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state)) in nfs4_init_clientid()
86 set_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs4_init_clientid()
91 clear_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs4_init_clientid()
249 if (test_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state)) in nfs41_init_clientid()
255 set_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs41_init_clientid()
260 clear_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs41_init_clientid()
1064 clear_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state); in nfs4_clear_state_manager_bit()
1066 wake_up_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING); in nfs4_clear_state_manager_bit()
1078 if (test_and_set_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) != 0) in nfs4_schedule_state_manager()
1107 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state)) in nfs4_schedule_lease_recovery()
[all …]
Dnfs4renewd.c86 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_renew_state()
Ddelegation.c351 set_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state); in nfs_client_return_marked_delegations()
406 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation()
461 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager()
Dcallback_proc.c451 if (test_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state)) in nfs4_callback_sequence()
Dnfs4filelayout.c140 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &mds_client->cl_state) == 0) in filelayout_async_handle_error()
Dnfs4proc.c238 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING, in nfs4_wait_clnt_recover()
1675 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) && in nfs4_client_recover_expired_lease()
1676 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state)) in nfs4_client_recover_expired_lease()
3931 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) in nfs4_async_handle_error()
5167 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state); in nfs4_proc_exchange_id()
Dclient.c186 clp->cl_state = 1 << NFS4CLNT_LEASE_EXPIRED; in nfs_alloc_client()
/linux-3.4.99/include/linux/
Dnfs_fs_sb.h54 unsigned long cl_state; member