Searched refs:cstate (Results 1 - 25 of 76) sorted by last modified time

1234

/linux-master/fs/nfsd/
H A Dnfs4xdr.c2945 u32 minorversion = resp->cstate.minorversion;
3356 memcpy(supp, nfsd_suppattrs[resp->cstate.minorversion], sizeof(supp));
3502 u32 minorversion = resp->cstate.minorversion;
4943 resp->cstate.data_offset = xdr->buf->len; /* DRC cache data pointer */
5642 struct nfsd4_slot *slot = resp->cstate.slot;
5646 if (!nfsd4_has_session(&resp->cstate))
5659 struct nfs4_stateowner *so = resp->cstate.replay_owner;
5692 if (op->status == nfserr_resource && nfsd4_has_session(&resp->cstate)) {
5693 struct nfsd4_slot *slot = resp->cstate.slot;
5796 *p++ = resp->cstate
[all...]
H A Dstate.h712 struct nfsd4_compound_state *cstate, struct svc_fh *fhp,
715 __be32 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate,
H A Dnfs4state.c1844 * Bump the seqid on cstate->replay_owner, and clear replay_owner if it
1847 void nfsd4_bump_seqid(struct nfsd4_compound_state *cstate, __be32 nfserr) argument
1849 struct nfs4_stateowner *so = cstate->replay_owner;
1855 nfsd4_cstate_clear_replay(cstate);
3324 struct nfsd4_slot *slot = resp->cstate.slot;
3331 slot->sl_status = resp->cstate.status;
3341 base = resp->cstate.data_offset;
3361 struct nfsd4_slot *slot = resp->cstate.slot;
3392 struct nfsd4_slot *slot = resp->cstate.slot;
3472 nfsd4_exchange_id(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, argument
3783 nfsd4_create_session(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
3936 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
3999 nfsd4_bind_conn_to_session(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
4046 nfsd4_compound_in_session(struct nfsd4_compound_state *cstate, struct nfs4_sessionid *sid) argument
4054 nfsd4_destroy_session(struct svc_rqst *r, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
4172 nfsd4_sequence(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
4315 nfsd4_destroy_clientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
4360 nfsd4_reclaim_complete(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
4401 nfsd4_setclientid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
4458 nfsd4_setclientid_confirm(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
4673 nfsd4_cstate_assign_replay(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so) argument
4682 nfsd4_cstate_clear_replay(struct nfsd4_compound_state *cstate) argument
4869 alloc_init_open_stateowner(unsigned int strhashval, struct nfsd4_open *open, struct nfsd4_compound_state *cstate) argument
5276 nfsd4_check_seqid(struct nfsd4_compound_state *cstate, struct nfs4_stateowner *so, u32 seqid) argument
5300 set_client(clientid_t *clid, struct nfsd4_compound_state *cstate, struct nfsd_net *nn) argument
5322 nfsd4_process_open1(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct nfsd_net *nn) argument
6133 nfsd4_cleanup_open_state(struct nfsd4_compound_state *cstate, struct nfsd4_open *open) argument
6151 nfsd4_renew(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
6776 nfsd4_lookup_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid, unsigned short typemask, unsigned short statusmask, struct nfs4_stid **s, struct nfsd_net *nn) argument
6989 nfs4_preprocess_stateid_op(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct svc_fh *fhp, stateid_t *stateid, int flags, struct nfsd_file **nfp, struct nfs4_stid **cstid) argument
7053 nfsd4_test_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
7097 nfsd4_free_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
7157 nfs4_seqid_op_checks(struct nfsd4_compound_state *cstate, stateid_t *stateid, u32 seqid, struct nfs4_ol_stateid *stp) argument
7192 nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, stateid_t *stateid, unsigned short typemask, unsigned short statusmask, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn) argument
7220 nfs4_preprocess_confirmed_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, stateid_t *stateid, struct nfs4_ol_stateid **stpp, struct nfsd_net *nn) argument
7242 nfsd4_open_confirm(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
7309 nfsd4_open_downgrade(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
7381 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
7432 nfsd4_delegreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
7793 lookup_or_create_lock_state(struct nfsd4_compound_state *cstate, struct nfs4_ol_stateid *ost, struct nfsd4_lock *lock, struct nfs4_ol_stateid **plst, bool *new) argument
7838 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8114 nfsd4_lockt(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8196 nfsd4_locku(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8321 nfsd4_release_lockowner(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8679 get_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid) argument
8687 put_stateid(struct nfsd4_compound_state *cstate, stateid_t *stateid) argument
8696 clear_current_stateid(struct nfsd4_compound_state *cstate) argument
8705 nfsd4_set_opendowngradestateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8712 nfsd4_set_openstateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8719 nfsd4_set_closestateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8726 nfsd4_set_lockstateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8737 nfsd4_get_opendowngradestateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8744 nfsd4_get_delegreturnstateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8751 nfsd4_get_freestateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8758 nfsd4_get_setattrstateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8765 nfsd4_get_closestateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8772 nfsd4_get_lockustateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8779 nfsd4_get_readstateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
8786 nfsd4_get_writestateid(struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
[all...]
H A Dvfs.c643 return &((struct nfsd4_compoundres *)rqstp->rq_resp)->cstate;
H A Dpnfs.h56 struct nfsd4_compound_state *cstate, stateid_t *stateid,
61 struct nfsd4_compound_state *cstate,
64 struct nfsd4_compound_state *cstate,
H A Dnfs4proc.c82 check_attr_support(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, argument
85 struct dentry *dentry = cstate->current_fh.fh_dentry;
86 struct svc_export *exp = cstate->current_fh.fh_export;
88 if (!nfsd_attrs_supported(cstate->minorversion, bmval))
105 struct nfsd4_compound_state *cstate, struct nfsd4_open *open)
112 status = check_attr_support(rqstp, cstate,
115 status = check_attr_support(rqstp, cstate,
179 static void nfsd4_set_open_owner_reply_cache(struct nfsd4_compound_state *cstate, struct nfsd4_open *open, struct svc_fh *resfh) argument
181 if (nfsd4_has_session(cstate))
418 do_open_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struc argument
104 nfsd4_check_open_attributes(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open) argument
485 do_open_fhandle(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_open *open) argument
526 nfsd4_open(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
651 nfsd4_open_omfg(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_op *op) argument
667 nfsd4_getfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
675 nfsd4_putfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
696 nfsd4_putrootfh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
705 nfsd4_restorefh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
720 nfsd4_savefh(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
735 nfsd4_access(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
764 nfsd4_commit(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
784 nfsd4_create(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
879 nfsd4_getattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
901 nfsd4_link(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
932 nfsd4_lookupp(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
939 nfsd4_lookup(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
948 nfsd4_read(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1000 nfsd4_readdir(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1026 nfsd4_readlink(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1035 nfsd4_remove(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1051 nfsd4_rename(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1070 nfsd4_secinfo(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1099 nfsd4_secinfo_no_name(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1136 nfsd4_setattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1187 nfsd4_write(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1227 nfsd4_verify_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, stateid_t *src_stateid, struct nfsd_file **src, stateid_t *dst_stateid, struct nfsd_file **dst) argument
1265 nfsd4_clone(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1515 nfsd4_setup_inter_ssc(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_copy *copy) argument
1573 nfsd4_setup_inter_ssc(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_copy *copy) argument
1595 nfsd4_setup_intra_ssc(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_copy *copy) argument
1803 nfsd4_copy(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1912 nfsd4_offload_cancel(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1932 nfsd4_copy_notify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
1976 nfsd4_fallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_fallocate *fallocate, int flags) argument
1997 nfsd4_offload_status(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2018 nfsd4_allocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2025 nfsd4_deallocate(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2033 nfsd4_seek(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2080 _nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_verify *verify) argument
2138 nfsd4_nverify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2148 nfsd4_verify(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2177 nfsd4_getdeviceinfo(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2229 nfsd4_layoutget(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2315 nfsd4_layoutcommit(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2379 nfsd4_layoutreturn(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2426 nfsd4_getxattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2437 nfsd4_setxattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2457 nfsd4_listxattrs(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2469 nfsd4_removexattr(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, union nfsd4_op_u *u) argument
2637 struct nfsd4_compound_state *cstate = &resp->cstate; local
3595 struct nfsd4_compound_state *cstate = &resp->cstate; local
[all...]
H A Dnfs4layouts.c227 nfsd4_alloc_layout_stateid(struct nfsd4_compound_state *cstate, argument
230 struct nfs4_client *clp = cstate->clp;
235 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache,
281 struct nfsd4_compound_state *cstate, stateid_t *stateid,
292 status = nfsd4_lookup_stateid(cstate, stateid, typemask, 0, &stid,
297 if (!fh_match(&cstate->current_fh.fh_handle,
304 ls = nfsd4_alloc_layout_stateid(cstate, stid, layout_type);
505 struct nfsd4_compound_state *cstate,
514 nfserr = nfsd4_preprocess_layout_stateid(rqstp, cstate, &lrp->lr_sid,
548 struct nfsd4_compound_state *cstate,
280 nfsd4_preprocess_layout_stateid(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, stateid_t *stateid, bool create, u32 layout_type, struct nfs4_layout_stateid **lsp) argument
504 nfsd4_return_file_layouts(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_layoutreturn *lrp) argument
547 nfsd4_return_client_layouts(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, struct nfsd4_layoutreturn *lrp) argument
[all...]
/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.c912 struct drm_connector_state *cstate = connector->state; local
914 conn_state_to_vc4_hdmi_conn_state(cstate);
933 drm_hdmi_avi_infoframe_colorimetry(&frame.avi, cstate);
935 drm_hdmi_avi_infoframe_bars(&frame.avi, cstate);
/linux-master/tools/perf/
H A Dbuiltin-script.c1865 len = fprintf(fp, " hw: %u cstate: %u sub-cstate: %u ",
1866 data->hw, data->cstate, data->subcstate);
1890 len = fprintf(fp, " deepest cstate: %u last cstate: %u wake reason: %#x ",
/linux-master/drivers/pwm/
H A Dpwm-sun4i.c236 struct pwm_state cstate; local
242 pwm_get_state(pwm, &cstate);
244 if (!cstate.enabled) {
256 if (!cstate.enabled)
306 delay_us = DIV_ROUND_UP_ULL(cstate.period, NSEC_PER_USEC);
H A Dpwm-stm32-lp.c38 struct pwm_state cstate; local
43 pwm_get_state(pwm, &cstate);
44 reenable = !cstate.enabled;
47 if (cstate.enabled) {
82 if (!cstate.enabled) {
152 if (!cstate.enabled)
H A Dpwm-sprd.c168 struct pwm_state *cstate = &pwm->state; local
175 if (!cstate->enabled) {
196 } else if (cstate->enabled) {
/linux-master/drivers/idle/
H A Dintel_idle.c225 * States are indexed by the cstate number,
1552 static bool __init intel_idle_max_cstate_reached(int cstate) argument
1554 if (cstate + 1 > max_cstate) {
1596 int cstate, limit; local
1601 for (cstate = 1; cstate < limit; cstate++) {
1602 struct acpi_processor_cx *cx = &acpi_state_table.states[cstate];
1647 int cstate, limit = min_t(int, CPUIDLE_STATE_MAX, acpi_state_table.count); local
1653 for (cstate
1697 int cstate, limit; local
1952 state_update_enter_method(struct cpuidle_state *state, int cstate) argument
1991 int cstate; local
[all...]
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_crtc.c126 struct drm_crtc_state *cstate = crtc->state; local
129 if (!newmodeset && !cstate->zpos_changed &&
130 !to_tidss_crtc_state(cstate)->plane_pos_changed)
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_encoder.c206 struct drm_crtc_state *cstate = encoder->crtc->state; local
208 mdp5_encoder_mode_set(encoder, &cstate->mode, &cstate->adjusted_mode);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c1104 struct dpu_crtc_state *cstate; local
1170 cstate = to_dpu_crtc_state(crtc_state);
1175 cstate->mixers[i].hw_lm = to_dpu_hw_mixer(hw_lm[i]);
1176 cstate->mixers[i].lm_ctl = to_dpu_hw_ctl(hw_ctl[ctl_idx]);
1177 cstate->mixers[i].hw_dspp = to_dpu_hw_dspp(hw_dspp[i]);
1180 cstate->num_mixers = num_lm;
/linux-master/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h427 uint32_t cstate);
/linux-master/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c356 uint32_t cstate)
364 ret = pp_funcs->set_df_cstate(pp_handle, cstate);
355 amdgpu_dpm_set_df_cstate(struct amdgpu_device *adev, uint32_t cstate) argument
/linux-master/drivers/acpi/
H A Dprocessor_idle.c174 struct acpi_processor_cx *cstate) { }
561 * @cx: cstate data
173 lapic_timer_check_state(int state, struct acpi_processor *pr, struct acpi_processor_cx *cstate) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2597 u32 cstate; member in struct:bt_coexist_info
/linux-master/drivers/block/drbd/
H A Ddrbd_state_change.h20 enum drbd_conns cstate[2]; /* drbd9: enum drbd_conn_state */ member in struct:drbd_connection_state_change
H A Ddrbd_state.c115 connection_state_change->cstate[OLD] =
116 connection->cstate;
187 connection_state_change->cstate[NEW] = connection->cstate;
229 OLD_TO_NEW(connection_state_change->cstate);
935 /* While establishing a connection only allow cstate to change.
936 Delay/refuse role changes, detach attach etc... (they do not touch cstate) */
1568 .conn_connection_state = p->cstate[NEW],
1644 HAS_CHANGED(connection_state_change->cstate))
2121 .conn = connection->cstate,
[all...]
H A Ddrbd_nl.c480 if (connection->cstate >= C_WF_REPORT_PARAMS) {
481 drbd_err(connection, "Expected cstate < C_WF_REPORT_PARAMS\n");
494 if (connection->cstate < C_WF_REPORT_PARAMS) {
573 if (connection->cstate < C_WF_REPORT_PARAMS && !test_bit(STATE_SENT, &connection->flags)) {
1235 if (connection->cstate >= C_CONNECTED &&
1357 connection->cstate == C_STANDALONE;
2234 if (old_net_conf && connection->cstate == C_WF_REPORT_PARAMS && connection->agreed_pro_version < 100) {
2440 if (connection->cstate >= C_WF_REPORT_PARAMS && connection->agreed_pro_version >= 100)
2451 if (connection->cstate >= C_WF_REPORT_PARAMS) {
2478 info->conn_connection_state = connection->cstate;
2647 enum drbd_conns cstate; local
[all...]
H A Ddrbd_main.c1318 if (connection->cstate < C_WF_REPORT_PARAMS)
1479 || connection->cstate < C_WF_REPORT_PARAMS;
1578 } while (len > 0 /* THINK && device->cstate >= C_CONNECTED*/);
2611 connection->cstate = C_STANDALONE;
2798 device->state.conn = first_connection(resource)->cstate;
H A Ddrbd_int.h629 enum drbd_conns cstate; /* Only C_STANDALONE to C_WF_REPORT_PARAMS */ member in struct:drbd_connection
642 struct drbd_socket data; /* data/barrier/cstate/parameter packets */

Completed in 390 milliseconds

1234