Searched refs:obd_connect (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 396 rc = obd_connect(NULL, &exp, obd, &(obd->obd_uuid), data, NULL); in lustre_start_mgc()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lov/ |
D | lov_obd.c | 178 rc = obd_connect(NULL, &lov->lov_tgts[index]->ltd_exp, tgt_obd, in lov_connect_obd() 365 obd_connect(NULL, &tgt->ltd_exp, tgt->ltd_obd, in lov_set_osc_active()
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 232 err = obd_connect(NULL, &sbi->ll_md_exp, obd, &sbi->ll_sb_uuid, in client_common_fill_super() 407 err = obd_connect(NULL, &sbi->ll_dt_exp, obd, &sbi->ll_sb_uuid, data, in client_common_fill_super()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | obd_class.h | 843 static inline int obd_connect(const struct lu_env *env, in obd_connect() function
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 2070 rc = obd_connect(env, &ec->ec_exp, tgt, &echo_uuid, ocd, NULL); in echo_client_setup()
|
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/ |
D | lmv_obd.c | 351 rc = obd_connect(NULL, &mdc_exp, mdc_obd, &lmv_mdc_uuid, in lmv_connect_mdc()
|