Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h339 struct obd_export *class_conn2export(struct lustre_handle *conn);
Dobd_class.h74 struct obd_export *class_conn2export(struct lustre_handle *);
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c170 dlmexp = class_conn2export(&imp->imp_dlm_handle); in client_import_del_conn()
511 *exp = class_conn2export(&conn); in client_connect_import()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c617 struct obd_export *class_conn2export(struct lustre_handle *conn) in class_conn2export() function
635 EXPORT_SYMBOL(class_conn2export);
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c555 dlmexp = class_conn2export(&imp->imp_dlm_handle); in import_select_connection()
838 exp = class_conn2export(&imp->imp_dlm_handle); in ptlrpc_connect_interpret()
Dservice.c1075 reqcopy->rq_export = class_conn2export( in ptlrpc_at_send_early_reply()
1532 req->rq_export = class_conn2export( in ptlrpc_server_handle_req_in()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2111 *exp = class_conn2export(&conn); in echo_client_connect()
/linux-4.4.14/drivers/staging/lustre/lustre/lov/
Dlov_obd.c215 *exp = class_conn2export(&conn); in lov_connect()
/linux-4.4.14/drivers/staging/lustre/lustre/lmv/
Dlmv_obd.c222 *exp = class_conn2export(&conn); in lmv_connect()