Searched refs:ptlrpc_connection (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | connection.c | 47 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 …]
|
D | niobuf.c | 52 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()
|
D | client.c | 68 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()
|
D | sec.c | 1397 struct ptlrpc_connection *conn; in sptlrpc_import_sec_adapt()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_import.h | 138 struct ptlrpc_connection *oic_conn; 165 struct ptlrpc_connection *imp_connection;
|
D | lustre_net.h | 275 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);
|
D | lustre_export.h | 196 struct ptlrpc_connection *exp_connection;
|
D | obd_class.h | 1901 extern int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_internal.h | 207 struct ptlrpc_connection *ldlm_server_conn;
|
D | ldlm_lib.c | 60 struct ptlrpc_connection *ptlrpc_conn; in import_set_conn()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 62 int (*ptlrpc_put_connection_superhack)(struct ptlrpc_connection *c);
|
D | lprocfs_status.c | 588 struct ptlrpc_connection *conn; in lprocfs_rd_conn_uuid()
|