Home
last modified time | relevance | path

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

/linux-4.1.27/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()
356 struct ptlrpc_connection *conn; in ptlrpc_send_reply()
493 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.c1397 struct ptlrpc_connection *conn; in sptlrpc_import_sec_adapt()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h138 struct ptlrpc_connection *oic_conn;
165 struct ptlrpc_connection *imp_connection;
Dlustre_net.h275 struct ptlrpc_connection { struct
2291 struct ptlrpc_connection *ptlrpc_connection_get(lnet_process_id_t peer,
2294 int ptlrpc_connection_put(struct ptlrpc_connection *c);
2295 struct ptlrpc_connection *ptlrpc_connection_addref(struct ptlrpc_connection *);
2353 struct ptlrpc_connection *ptlrpc_uuid_to_connection(struct obd_uuid *uuid);
Dlustre_export.h196 struct ptlrpc_connection *exp_connection;
Dobd_class.h1901 extern int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_internal.h207 struct ptlrpc_connection *ldlm_server_conn;
Dldlm_lib.c60 struct ptlrpc_connection *ptlrpc_conn; in import_set_conn()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c62 int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);
Dlprocfs_status.c588 struct ptlrpc_connection *conn; in lprocfs_rd_conn_uuid()