Home
last modified time | relevance | path

Searched refs:exp_connection (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c171 if (dlmexp && dlmexp->exp_connection) { in client_import_del_conn()
172 LASSERT(dlmexp->exp_connection == in client_import_del_conn()
174 ptlrpc_connection_put(dlmexp->exp_connection); in client_import_del_conn()
175 dlmexp->exp_connection = NULL; in client_import_del_conn()
531 LASSERT(*exp != NULL && (*exp)->exp_connection); in client_connect_import()
Dldlm_lock.c1908 if (exp && exp->exp_connection) { in _ldlm_lock_debug()
1909 nid = libcfs_nid2str(exp->exp_connection->c_peer.nid); in _ldlm_lock_debug()
/drivers/staging/lustre/lustre/include/
Dlustre_export.h159 struct ptlrpc_connection *exp_connection; member
272 LASSERT(exp->exp_connection); in exp_connect_vbr()
/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c406 if (req->rq_export == NULL || req->rq_export->exp_connection == NULL) in ptlrpc_send_reply()
409 conn = ptlrpc_connection_addref(req->rq_export->exp_connection); in ptlrpc_send_reply()
Dimport.c557 ptlrpc_connection_put(dlmexp->exp_connection); in import_select_connection()
558 dlmexp->exp_connection = ptlrpc_connection_addref(imp_conn->oic_conn); in import_select_connection()
Dpack_generic.c2182 else if (req->rq_export && req->rq_export->exp_connection) in _debug_req()
2183 nid = req->rq_export->exp_connection->c_peer.nid; in _debug_req()
Dservice.c1806 libcfs_nid2str(exp->exp_connection->c_peer.nid)); in ptlrpc_handle_rs()
/drivers/staging/lustre/lustre/obdclass/
Dgenops.c667 if (exp->exp_connection) in class_export_destroy()
668 ptlrpc_put_connection_superhack(exp->exp_connection); in class_export_destroy()