Home
last modified time | relevance | path

Searched refs:class_find_client_obd (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c470 struct obd_device *class_find_client_obd(struct obd_uuid *tgt_uuid, in class_find_client_obd() function
497 EXPORT_SYMBOL(class_find_client_obd);
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c334 mdc_obd = class_find_client_obd(&tgt->ltd_uuid, LUSTRE_MDC_NAME, in lmv_connect_mdc()
434 mdc_obd = class_find_client_obd(uuidp, LUSTRE_MDC_NAME, in lmv_add_target()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dobd_class.h85 struct obd_device *class_find_client_obd(struct obd_uuid *tgt_uuid,
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c522 tgt_obd = class_find_client_obd(uuidp, LUSTRE_OSC_NAME, in lov_add_target()