Home
last modified time | relevance | path

Searched refs:imp_remote_handle (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dimport.c659 if (!lustre_handle_is_used(&imp->imp_remote_handle)) in ptlrpc_connect_import()
882 imp->imp_remote_handle = in ptlrpc_connect_interpret()
914 if (memcmp(&imp->imp_remote_handle, in ptlrpc_connect_interpret()
916 sizeof(imp->imp_remote_handle))) { in ptlrpc_connect_interpret()
931 imp->imp_remote_handle.cookie, in ptlrpc_connect_interpret()
939 imp->imp_remote_handle.cookie, in ptlrpc_connect_interpret()
944 imp->imp_remote_handle = in ptlrpc_connect_interpret()
978 imp->imp_remote_handle = in ptlrpc_connect_interpret()
985 imp->imp_remote_handle = in ptlrpc_connect_interpret()
1496 memset(&imp->imp_remote_handle, 0, sizeof(imp->imp_remote_handle)); in ptlrpc_disconnect_import()
Dniobuf.c520 &request->rq_import->imp_remote_handle); in ptl_send_rpc()
Dclient.c1088 if ((lustre_handle_is_used(&req->rq_import->imp_remote_handle)) && in ptlrpc_console_allow()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h248 struct lustre_handle imp_remote_handle; member