Home
last modified time | relevance | path

Searched refs:ptlrpc_connection (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dconnection.c47 struct ptlrpc_connection *
51 struct ptlrpc_connection *conn, *conn2; in ptlrpc_connection_get()
90 int ptlrpc_connection_put(struct ptlrpc_connection *conn) in ptlrpc_connection_put()
126 struct ptlrpc_connection *
127 ptlrpc_connection_addref(struct ptlrpc_connection *conn) in ptlrpc_connection_addref()
172 struct ptlrpc_connection *conn; in conn_keycmp()
177 conn = hlist_entry(hnode, struct ptlrpc_connection, c_hash); in conn_keycmp()
186 struct ptlrpc_connection *conn; in conn_key()
188 conn = hlist_entry(hnode, struct ptlrpc_connection, c_hash); in conn_key()
195 return hlist_entry(hnode, struct ptlrpc_connection, c_hash); in conn_object()
[all …]
Dniobuf.c52 struct ptlrpc_connection *conn, int portal, __u64 xid, in ptl_send_buf()
352 struct ptlrpc_connection *conn; in ptlrpc_send_reply()
489 struct ptlrpc_connection *connection; in ptl_send_rpc()
Dclient.c68 struct ptlrpc_connection *ptlrpc_uuid_to_connection(struct obd_uuid *uuid) in ptlrpc_uuid_to_connection()
70 struct ptlrpc_connection *c; in ptlrpc_uuid_to_connection()
Dsec.c1348 struct ptlrpc_connection *conn; in sptlrpc_import_sec_adapt()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_import.h136 struct ptlrpc_connection *oic_conn;
163 struct ptlrpc_connection *imp_connection;
Dlustre_net.h274 struct ptlrpc_connection { struct
2285 struct ptlrpc_connection *ptlrpc_connection_get(lnet_process_id_t peer,
2288 int ptlrpc_connection_put(struct ptlrpc_connection *c);
2289 struct ptlrpc_connection *ptlrpc_connection_addref(struct ptlrpc_connection *);
2344 struct ptlrpc_connection *ptlrpc_uuid_to_connection(struct obd_uuid *uuid);
Dlustre_export.h159 struct ptlrpc_connection *exp_connection;
Dobd_class.h1763 extern int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_internal.h182 struct ptlrpc_connection *ldlm_server_conn;
Dldlm_lib.c60 struct ptlrpc_connection *ptlrpc_conn; in import_set_conn()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c60 int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);
Dlprocfs_status.c514 struct ptlrpc_connection *conn; in lprocfs_rd_conn_uuid()