Searched defs:cconf (Results 1 - 7 of 7) sorted by relevance

/drivers/staging/lustre/lustre/osc/
H A Dosc_object.c76 const struct cl_object_conf *cconf = lu2cl_conf(conf); local
79 osc->oo_oinfo = cconf->u.coc_oinfo;
/drivers/staging/lustre/lustre/lov/
H A Dlov_object.c720 const struct cl_object_conf *cconf = lu2cl_conf(conf); local
732 lov->lo_type = lov_type(cconf->u.coc_md->lsm);
734 result = ops->llo_init(env, dev, lov, cconf, set);
/drivers/tty/serial/
H A Dmax3100.c266 int conf, cconf, rts, crts; local
275 cconf = s->conf_commit;
281 if (cconf)
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dinit.c1771 u8 cconf; local
1776 for (cconf = 0; cconf < count; cconf++) {
1779 if (cconf == strap) {
/drivers/staging/lustre/lustre/lclient/
H A Dlcommon_cl.c370 const struct cl_object_conf *cconf; local
372 cconf = lu2cl_conf(conf);
375 result = ccc_object_init0(env, vob, cconf);
/drivers/staging/lustre/lustre/ptlrpc/
H A Dservice.c688 struct ptlrpc_service_cpt_conf *cconf = &conf->psc_cpt; local
703 cptable = cconf->cc_cptable;
711 if (cconf->cc_pattern != NULL) {
714 rc = cfs_expr_list_parse(cconf->cc_pattern,
715 strlen(cconf->cc_pattern),
719 conf->psc_name, cconf->cc_pattern);
727 conf->psc_name, cconf->cc_pattern, rc);
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c434 const struct cl_object_conf *cconf; local
449 cconf = lu2cl_conf(conf);
450 econf = cl2echo_conf(cconf);

Completed in 269 milliseconds