Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c172 if (dlmexp && dlmexp->exp_connection) { in client_import_del_conn()
173 LASSERT(dlmexp->exp_connection == in client_import_del_conn()
175 ptlrpc_connection_put(dlmexp->exp_connection); in client_import_del_conn()
176 dlmexp->exp_connection = NULL; in client_import_del_conn()
533 LASSERT(*exp != NULL && (*exp)->exp_connection); in client_connect_import()
Dldlm_lock.c2220 if (exp && exp->exp_connection) { in _ldlm_lock_debug()
2221 nid = libcfs_nid2str(exp->exp_connection->c_peer.nid); in _ldlm_lock_debug()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h196 struct ptlrpc_connection *exp_connection; member
333 LASSERT(exp->exp_connection); in exp_connect_vbr()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c760 if (exp->exp_connection) in class_export_destroy()
761 ptlrpc_put_connection_superhack(exp->exp_connection); in class_export_destroy()
1206 &export->exp_connection->c_peer.nid, in class_disconnect()
1331 exp->exp_connection == NULL ? "<unknown>" : in class_disconnect_stale_exports()
1332 libcfs_nid2str(exp->exp_connection->c_peer.nid)); in class_disconnect_stale_exports()
1386 if (exp->exp_connection != NULL) in obd_export_nid2str()
1387 return libcfs_nid2str(exp->exp_connection->c_peer.nid); in obd_export_nid2str()
1417 LASSERTF(doomed_exp->exp_connection->c_peer.nid == nid_key, in obd_export_evict_by_nid()
Dobd_config.c1849 return &exp->exp_connection->c_peer.nid; in nid_key()
1864 return exp->exp_connection->c_peer.nid == *(lnet_nid_t *)key && in nid_kepcmp()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c410 if (req->rq_export == NULL || req->rq_export->exp_connection == NULL) in ptlrpc_send_reply()
413 conn = ptlrpc_connection_addref(req->rq_export->exp_connection); in ptlrpc_send_reply()
Dimport.c564 if (dlmexp->exp_connection) in import_select_connection()
565 ptlrpc_connection_put(dlmexp->exp_connection); in import_select_connection()
566 dlmexp->exp_connection = ptlrpc_connection_addref(imp_conn->oic_conn); in import_select_connection()
Dsec.c1937 if (exp->exp_connection == NULL) in sptlrpc_target_update_exp_flavor()
1945 exp->exp_connection->c_peer.nid, in sptlrpc_target_update_exp_flavor()
Dpack_generic.c2390 else if (req->rq_export && req->rq_export->exp_connection) in _debug_req()
2391 nid = req->rq_export->exp_connection->c_peer.nid; in _debug_req()
Dservice.c2087 libcfs_nid2str(exp->exp_connection->c_peer.nid)); in ptlrpc_handle_rs()