Home
last modified time | relevance | path

Searched refs:lustre_cfg_string (Results 1 – 9 of 9) sorted by relevance

/drivers/staging/lustre/lustre/obdclass/
Dobd_config.c187 typename = lustre_cfg_string(lcfg, 1); in class_attach()
193 name = lustre_cfg_string(lcfg, 0); in class_attach()
199 uuid = lustre_cfg_string(lcfg, 2); in class_attach()
437 for (flag = lustre_cfg_string(lcfg, 1); *flag != 0; flag++) in class_cleanup()
567 obd_str2uuid(&uuid, lustre_cfg_string(lcfg, 1)); in class_add_conn()
598 obd_str2uuid(&uuid, lustre_cfg_string(lcfg, 1)); in class_del_conn()
716 strlcpy(obd_jobid_var, lustre_cfg_string(lcfg, 2), in class_set_global()
738 char *param = lustre_cfg_string(lcfg, 1); in process_param2_config()
739 char *upcall = lustre_cfg_string(lcfg, 2); in process_param2_config()
795 lustre_cfg_string(lcfg, 1), lcfg->lcfg_nid, in class_process_config()
[all …]
/drivers/staging/lustre/lustre/obdecho/
Decho_client.c721 obd = class_name2obd(lustre_cfg_string(cfg, 0)); in echo_device_alloc()
725 tgt = class_name2obd(lustre_cfg_string(cfg, 1)); in echo_device_alloc()
728 lustre_cfg_string(cfg, 1)); in echo_device_alloc()
2041 tgt = class_name2obd(lustre_cfg_string(lcfg, 1)); in echo_client_setup()
2044 lustre_cfg_string(lcfg, 1)); in echo_client_setup()
2057 lustre_cfg_string(lcfg, 1)); in echo_client_setup()
2076 lustre_cfg_string(lcfg, 1)); in echo_client_setup()
/drivers/staging/lustre/lustre/osc/
Dosc_dev.c230 obd = class_name2obd(lustre_cfg_string(cfg, 0)); in osc_device_alloc()
/drivers/staging/lustre/lustre/include/
Dlustre_cfg.h186 static inline char *lustre_cfg_string(struct lustre_cfg *lcfg, int index) in lustre_cfg_string() function
/drivers/staging/lustre/lustre/ptlrpc/
Dsec_config.c581 target = lustre_cfg_string(lcfg, 1); in __sptlrpc_process_config()
587 param = lustre_cfg_string(lcfg, 2); in __sptlrpc_process_config()
/drivers/staging/lustre/lustre/lov/
Dlov_dev.c494 obd = class_name2obd(lustre_cfg_string(cfg, 0)); in lov_device_alloc()
/drivers/staging/lustre/lustre/mgc/
Dmgc_request.c1626 logname = lustre_cfg_string(lcfg, 1); in mgc_process_config()
1681 logname = lustre_cfg_string(lcfg, 1); in mgc_process_config()
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c440 if (!strcmp(lustre_cfg_string(lcfg, 3), "inactive")) { in client_obd_setup()
/drivers/staging/lustre/lustre/llite/
Dllite_lib.c2093 ptr = strrchr(lustre_cfg_string(lcfg, 0), '-'); in ll_process_config()