Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dnfs4state.c134 set_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs4_init_clientid()
187 if (clp->cl_state) in nfs40_discover_server_trunking()
330 set_bit(NFS4CLNT_LEASE_CONFIRM, &clp->cl_state); in nfs41_init_clientid()
1204 set_bit(NFS4CLNT_RUN_MANAGER, &clp->cl_state); in nfs4_schedule_state_manager()
1208 &clp->cl_state); in nfs4_schedule_state_manager()
1210 wake_up_var(&clp->cl_state); in nfs4_schedule_state_manager()
1286 set_bit(NFS4CLNT_MOVED, &clp->cl_state); in nfs4_schedule_migration_recovery()
2457 &clp->cl_state) == 0) in nfs41_handle_cb_path_down()
2643 &clp->cl_state)) { in nfs4_state_manager()
2716 &clp->cl_state)) { in nfs4_state_manager()
[all …]
H A Ddelegation.c83 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_mark_return_delegation()
344 &server->nfs_client->cl_state); in nfs_abort_delegation_return()
670 set_bit(NFS4CLNT_DELEGRETURN, &server->nfs_client->cl_state); in nfs_server_return_marked_delegations()
703 if (!test_and_clear_bit(NFS4CLNT_DELEGRETURN_DELAYED, &clp->cl_state)) in nfs_client_clear_delayed_delegations()
927 if (test_bit(NFS4CLNT_DELEGRETURN, &clp->cl_state)) in nfs_delegation_run_state_manager()
1282 return (clp->cl_state & (BIT(NFS4CLNT_CHECK_LEASE) | in nfs4_server_rebooted()
1295 set_bit(NFS4CLNT_DELEGATION_EXPIRED, &server->nfs_client->cl_state); in nfs_mark_test_expired_delegation()
1407 &server->nfs_client->cl_state); in nfs_server_reap_expired_delegations()
H A Dnfs4renewd.c84 set_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state); in nfs4_renew_state()
H A Dcallback_proc.c534 if (test_bit(NFS4CLNT_SESSION_RESET, &clp->cl_state)) in nfs4_callback_sequence()
637 set_bit(NFS4CLNT_RECALL_ANY_LAYOUT_READ, &cps->clp->cl_state); in nfs4_callback_recallany()
641 set_bit(NFS4CLNT_RECALL_ANY_LAYOUT_RW, &cps->clp->cl_state); in nfs4_callback_recallany()
H A Dnfs4client.c222 clp->cl_state = 1 << NFS4CLNT_LEASE_EXPIRED; in nfs4_alloc_client()
H A Dnfs4trace.h367 __entry->state = clp->cl_state;
395 __entry->state = clp->cl_state;
H A Dnfs4proc.c697 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) in nfs4_async_handle_exception()
6441 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) { in nfs4_init_boot_verifier()
9103 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state); in _nfs4_proc_exchange_id()
10902 set_bit(NFS4CLNT_RUN_MANAGER, &clp->cl_state); in nfs4_disable_swap()
10903 clear_bit(NFS4CLNT_MANAGER_AVAILABLE, &clp->cl_state); in nfs4_disable_swap()
10904 wake_up_var(&clp->cl_state); in nfs4_disable_swap()
/linux-6.15/fs/nfsd/
H A Dstate.h494 unsigned int cl_state; member
828 cmpxchg(&clp->cl_state, NFSD4_COURTESY, NFSD4_EXPIRABLE); in try_to_expire_client()
829 return clp->cl_state == NFSD4_EXPIRABLE; in try_to_expire_client()
H A Dnfs4state.c171 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()
2339 clp->cl_state = NFSD4_ACTIVE; in alloc_client()
2764 if (clp->cl_state == NFSD4_COURTESY) in client_info_show()
2766 else if (clp->cl_state == NFSD4_EXPIRABLE) in client_info_show()
6652 if (clp->cl_state == NFSD4_EXPIRABLE) in nfs4_get_client_reaplist()
6657 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_client_reaplist()
6659 clp->cl_state = NFSD4_COURTESY; in nfs4_get_client_reaplist()
6689 if (clp->cl_state == NFSD4_ACTIVE) in nfs4_get_courtesy_client_reaplist()
[all …]
H A Dnfs4callback.c1601 if (!clnt || clp->cl_state == NFSD4_COURTESY) { in nfsd4_run_cb_work()
/linux-6.15/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.h39 enum cl_state state;
/linux-6.15/include/linux/
H A Dintel-ish-client-if.h23 enum cl_state { enum
H A Dnfs_fs_sb.h76 unsigned long cl_state; member