Searched refs:cl_state (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/nfs/ |
| H A D | nfs4state.c | 123 if (test_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state)) in nfs4_init_clientid() 134 set_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs4_init_clientid() 139 clear_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs4_init_clientid() 187 if (clp->cl_state) in nfs40_discover_server_trunking() 314 clear_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs41_finish_session_reset() 315 clear_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state); in nfs41_finish_session_reset() 317 clear_bit(NFS4CLNT_BIND_CONN_TO_SESSION, &clp->cl_state); in nfs41_finish_session_reset() 325 if (test_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state)) in nfs41_init_clientid() 330 set_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs41_init_clientid() 379 set_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state); in nfs41_discover_server_trunking() [all …]
|
| H A D | delegation.c | 97 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation() 360 &server->nfs_client->cl_state); in nfs_abort_delegation_return() 695 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_server_return_marked_delegations() 728 if (!test_and_clear_bit(NFS4CLNT_DELEGRETURN_DELAYED, &clp->cl_state)) in nfs_client_clear_delayed_delegations() 953 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager() 1320 return (clp->cl_state & (BIT(NFS4CLNT_CHECK_LEASE) | in nfs4_server_rebooted() 1333 set_bit(NFS4CLNT_DELEGATION_EXPIRED, &server->nfs_client->cl_state); in nfs_mark_test_expired_delegation() 1445 &server->nfs_client->cl_state); in nfs_server_reap_expired_delegations()
|
| H A D | nfs4renewd.c | 84 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_renew_state()
|
| H A D | nfs4client.c | 223 clp->cl_state = 1 << NFS4CLNT_LEASE_EXPIRED; in nfs4_alloc_client()
|
| H A D | nfs4trace.h | 396 __entry->state = clp->cl_state; 424 __entry->state = clp->cl_state;
|
| H A D | nfs4proc.c | 704 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) in nfs4_async_handle_exception() 6540 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) { in nfs4_init_boot_verifier() 9208 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state); in _nfs4_proc_exchange_id() 11024 set_bit(NFS4CLNT_RUN_MANAGER, &clp->cl_state); in nfs4_disable_swap() 11025 clear_bit(NFS4CLNT_MANAGER_AVAILABLE, &clp->cl_state); in nfs4_disable_swap() 11026 wake_up_var(&clp->cl_state); in nfs4_disable_swap()
|
| /linux/include/linux/ |
| H A D | nfs_fs_sb.h | 76 unsigned long cl_state; member
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 171 if (clp->cl_state != NFSD4_ACTIVE) in nfsd4_dec_courtesy_client_count() 185 clp->cl_state = NFSD4_ACTIVE; in get_client_locked() 207 clp->cl_state = NFSD4_ACTIVE; in renew_client_locked() 2374 clp->cl_state = NFSD4_ACTIVE; in alloc_client() 2799 if (clp->cl_state == NFSD4_COURTESY) in client_info_show() 2801 else if (clp->cl_state == NFSD4_EXPIRABLE) in client_info_show() 6760 if (clp->cl_state == NFSD4_EXPIRABLE) in nfs4_get_client_reaplist() 6765 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_client_reaplist() 6767 clp->cl_state = NFSD4_COURTESY; in nfs4_get_client_reaplist() 6797 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_courtesy_client_reaplist() [all …]
|
| H A D | nfs4callback.c | 1722 if (!clnt || clp->cl_state == NFSD4_COURTESY) { in nfsd4_run_cb_work()
|