Home
last modified time | relevance | path

Searched refs:class_conn2export (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h400 extern struct obd_export *class_conn2export(struct lustre_handle *conn);
Dobd_class.h76 struct obd_export *class_conn2export(struct lustre_handle *);
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c171 dlmexp = class_conn2export(&imp->imp_dlm_handle); in client_import_del_conn()
513 *exp = class_conn2export(&conn); in client_connect_import()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c689 struct obd_export *class_conn2export(struct lustre_handle *conn) in class_conn2export() function
707 EXPORT_SYMBOL(class_conn2export);
720 export = class_conn2export(conn); in class_conn2obd()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c562 dlmexp = class_conn2export(&imp->imp_dlm_handle); in import_select_connection()
847 exp = class_conn2export(&imp->imp_dlm_handle); in ptlrpc_connect_interpret()
Dservice.c1333 reqcopy->rq_export = class_conn2export( in ptlrpc_at_send_early_reply()
1813 req->rq_export = class_conn2export( in ptlrpc_server_handle_req_in()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2118 *exp = class_conn2export(&conn); in echo_client_connect()
/linux-4.1.27/drivers/staging/lustre/lustre/lov/
Dlov_obd.c231 *exp = class_conn2export(&conn); in lov_connect()
/linux-4.1.27/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c223 *exp = class_conn2export(&conn); in lmv_connect()