Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c526 struct obd_device *class_find_client_obd(struct obd_uuid *tgt_uuid, in class_find_client_obd() function
553 EXPORT_SYMBOL(class_find_client_obd);
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c349 mdc_obd = class_find_client_obd(&tgt->ltd_uuid, LUSTRE_MDC_NAME, in lmv_connect_mdc()
464 mdc_obd = class_find_client_obd(uuidp, LUSTRE_MDC_NAME, in lmv_add_target()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h90 struct obd_device *class_find_client_obd(struct obd_uuid *tgt_uuid,
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c534 tgt_obd = class_find_client_obd(uuidp, LUSTRE_OSC_NAME, in lov_add_target()