Searched refs:cl_state (Results 1 – 13 of 13) sorted by relevance
/openbmc/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 | 82 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation() 331 set_bit(NFS4CLNT_DELEGRETURN_DELAYED, &clp->cl_state); in nfs_abort_delegation_return() 653 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_server_return_marked_delegations() 682 if (!test_and_clear_bit(NFS4CLNT_DELEGRETURN_DELAYED, &clp->cl_state)) in nfs_client_clear_delayed_delegations() 828 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_if_closed_delegation() 855 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager() 1210 return (clp->cl_state & (BIT(NFS4CLNT_CHECK_LEASE) | in nfs4_server_rebooted() 1222 set_bit(NFS4CLNT_DELEGATION_EXPIRED, &server->nfs_client->cl_state); in nfs_mark_test_expired_delegation()
|
H A D | nfs4renewd.c | 84 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_renew_state()
|
H A D | callback_proc.c | 522 if (test_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state)) in nfs4_callback_sequence() 623 set_bit(NFS4CLNT_RECALL_ANY_LAYOUT_READ, &cps->clp->cl_state); in nfs4_callback_recallany() 627 set_bit(NFS4CLNT_RECALL_ANY_LAYOUT_RW, &cps->clp->cl_state); in nfs4_callback_recallany()
|
H A D | nfs4client.c | 222 clp->cl_state = 1 << NFS4CLNT_LEASE_EXPIRED; in nfs4_alloc_client()
|
H A D | nfs4trace.h | 337 __entry->state = clp->cl_state; 365 __entry->state = clp->cl_state;
|
H A D | nfs4proc.c | 635 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) in nfs4_async_handle_exception() 6284 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) { in nfs4_init_boot_verifier() 8890 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state); in _nfs4_proc_exchange_id() 10663 set_bit(NFS4CLNT_RUN_MANAGER, &clp->cl_state); in nfs4_disable_swap() 10664 clear_bit(NFS4CLNT_MANAGER_AVAILABLE, &clp->cl_state); in nfs4_disable_swap() 10665 wake_up_var(&clp->cl_state); in nfs4_disable_swap()
|
/openbmc/linux/fs/nfsd/ |
H A D | state.h | 413 unsigned int cl_state; member 732 cmpxchg(&clp->cl_state, NFSD4_COURTESY, NFSD4_EXPIRABLE); in try_to_expire_client() 733 return clp->cl_state == NFSD4_EXPIRABLE; in try_to_expire_client()
|
H A D | nfs4state.c | 169 if (clp->cl_state != NFSD4_ACTIVE) in nfsd4_dec_courtesy_client_count() 183 clp->cl_state = NFSD4_ACTIVE; in get_client_locked() 205 clp->cl_state = NFSD4_ACTIVE; in renew_client_locked() 2118 clp->cl_state = NFSD4_ACTIVE; in alloc_client() 2530 if (clp->cl_state == NFSD4_COURTESY) in client_info_show() 2532 else if (clp->cl_state == NFSD4_EXPIRABLE) in client_info_show() 6084 if (clp->cl_state == NFSD4_EXPIRABLE) in nfs4_get_client_reaplist() 6089 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_client_reaplist() 6091 clp->cl_state = NFSD4_COURTESY; in nfs4_get_client_reaplist() 6121 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_courtesy_client_reaplist() [all …]
|
H A D | nfs4callback.c | 1413 if (!clnt || clp->cl_state == NFSD4_COURTESY) { in nfsd4_run_cb_work()
|
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/ |
H A D | client.h | 39 enum cl_state state;
|
/openbmc/linux/include/linux/ |
H A D | intel-ish-client-if.h | 23 enum cl_state { enum
|
H A D | nfs_fs_sb.h | 74 unsigned long cl_state; member
|