Searched refs:dlmexp (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_lib.c144 struct obd_export *dlmexp; local
171 dlmexp = class_conn2export(&imp->imp_dlm_handle);
172 if (dlmexp && dlmexp->exp_connection) {
173 LASSERT(dlmexp->exp_connection ==
175 ptlrpc_connection_put(dlmexp->exp_connection);
176 dlmexp->exp_connection = NULL;
/drivers/staging/lustre/lustre/ptlrpc/
H A Dimport.c484 struct obd_export *dlmexp; local
555 dlmexp = class_conn2export(&imp->imp_dlm_handle);
556 LASSERT(dlmexp != NULL);
557 if (dlmexp->exp_connection)
558 ptlrpc_connection_put(dlmexp->exp_connection);
559 dlmexp->exp_connection = ptlrpc_connection_addref(imp_conn->oic_conn);
560 class_export_put(dlmexp);

Completed in 53 milliseconds