Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c740 if (req->rq_export) { in ptlrpc_server_drop_request()
741 class_export_put(req->rq_export); in ptlrpc_server_drop_request()
742 req->rq_export = NULL; in ptlrpc_server_drop_request()
849 if (req->rq_export != NULL) in ptlrpc_server_finish_active_request()
850 class_export_rpc_dec(req->rq_export); in ptlrpc_server_finish_active_request()
861 struct obd_device *obd = req->rq_export->exp_obd; in ptlrpc_check_req()
865 req->rq_export->exp_conn_cnt)) { in ptlrpc_check_req()
869 req->rq_export->exp_conn_cnt); in ptlrpc_check_req()
883 class_fail_export(req->rq_export); in ptlrpc_check_req()
889 class_fail_export(req->rq_export); in ptlrpc_check_req()
[all …]
Dniobuf.c329 if (req->rq_type == PTL_RPC_MSG_ERR && !req->rq_export) in ptlrpc_at_set_reply()
373 if (unlikely(req->rq_export && req->rq_export->exp_obd && in ptlrpc_send_reply()
374 req->rq_export->exp_obd->obd_fail)) { in ptlrpc_send_reply()
379 req->rq_export->exp_obd->obd_minor); in ptlrpc_send_reply()
406 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()
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()
2193 req->rq_export ? in _debug_req()
2194 req->rq_export->exp_client_uuid.uuid : in _debug_req()
Dclient.c620 request->rq_export = NULL; in __ptlrpc_request_bufs_pack()
2241 if (request->rq_export != NULL) { in __ptlrpc_free_req()
2242 class_export_put(request->rq_export); in __ptlrpc_free_req()
2243 request->rq_export = NULL; in __ptlrpc_free_req()
3042 req->rq_export = NULL; in ptlrpcd_alloc_work()
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c234 ldlm_convert_policy_to_local(req->rq_export, in ldlm_handle_cp_callback()
462 struct obd_device *obd = req->rq_export->exp_obd; in ldlm_handle_setinfo()
492 req->rq_export, in ldlm_handle_setinfo()
519 struct client_obd *cli = &req->rq_export->exp_obd->u.cli; in ldlm_handle_qc_callback()
552 if (req->rq_export == NULL) { in ldlm_callback_handler()
559 LASSERT(req->rq_export != NULL); in ldlm_callback_handler()
560 LASSERT(req->rq_export->exp_obd != NULL); in ldlm_callback_handler()
593 ns = req->rq_export->exp_obd->obd_namespace; in ldlm_callback_handler()
Dldlm_lib.c638 if (unlikely(!req->rq_export || !req->rq_export->exp_obd || in target_pack_pool_reply()
639 !exp_connect_lru_resize(req->rq_export))) { in target_pack_pool_reply()
646 obd = req->rq_export->exp_obd; in target_pack_pool_reply()
694 LASSERT(req->rq_export != NULL); in target_send_reply()
707 exp = class_export_get(req->rq_export); in target_send_reply()
Dldlm_request.c1808 req->rq_export->exp_client_uuid.uuid, in replay_lock_interpret()
1815 exp = req->rq_export; in replay_lock_interpret()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_net.h1453 struct obd_export *rq_export; member
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_lock.c871 if (!exp_connect_lvb_type(req->rq_export)) in osc_ldlm_glimpse_ast()