Searched refs:lustre_cfg_string (Results 1 – 9 of 9) sorted by relevance
/drivers/staging/lustre/lustre/obdclass/ |
D | obd_config.c | 187 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/ |
D | echo_client.c | 721 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/ |
D | osc_dev.c | 230 obd = class_name2obd(lustre_cfg_string(cfg, 0)); in osc_device_alloc()
|
/drivers/staging/lustre/lustre/include/ |
D | lustre_cfg.h | 186 static inline char *lustre_cfg_string(struct lustre_cfg *lcfg, int index) in lustre_cfg_string() function
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 581 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/ |
D | lov_dev.c | 494 obd = class_name2obd(lustre_cfg_string(cfg, 0)); in lov_device_alloc()
|
/drivers/staging/lustre/lustre/mgc/ |
D | mgc_request.c | 1626 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/ |
D | ldlm_lib.c | 440 if (!strcmp(lustre_cfg_string(lcfg, 3), "inactive")) { in client_obd_setup()
|
/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 2093 ptr = strrchr(lustre_cfg_string(lcfg, 0), '-'); in ll_process_config()
|