Home
last modified time | relevance | path

Searched refs:class_disconnect (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c547 class_disconnect(*exp); in client_connect_import()
621 err = class_disconnect(exp); in client_disconnect_export()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1179 int class_disconnect(struct obd_export *export) in class_disconnect() function
1215 EXPORT_SYMBOL(class_disconnect);
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c607 class_disconnect(lmv->exp); in lmv_check_connect()
693 rc = class_disconnect(exp); in lmv_disconnect()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_class.h294 int class_disconnect(struct obd_export *exp);
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2133 rc = class_disconnect(exp); in echo_client_disconnect()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c343 rc = class_disconnect(exp); /* bz 9811 */ in lov_disconnect()