Home
last modified time | relevance | path

Searched refs:ceph_connection (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/ceph/
Dmessenger.h18 struct ceph_connection;
24 struct ceph_connection *(*get)(struct ceph_connection *);
25 void (*put)(struct ceph_connection *);
28 void (*dispatch) (struct ceph_connection *con, struct ceph_msg *m);
32 struct ceph_connection *con,
34 int (*add_authorizer_challenge)(struct ceph_connection *con,
37 int (*verify_authorizer_reply) (struct ceph_connection *con);
38 int (*invalidate_authorizer)(struct ceph_connection *con);
41 void (*fault) (struct ceph_connection *con);
45 void (*peer_reset) (struct ceph_connection *con);
[all …]
Dmon_client.h85 struct ceph_connection con;
Dosd_client.h38 struct ceph_connection o_con;
/linux-4.19.296/fs/ceph/
Dmds_client.h156 struct ceph_connection s_con;
Dmds_client.c4130 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get()
4142 static void con_put(struct ceph_connection *con) in con_put()
4154 static void peer_reset(struct ceph_connection *con) in peer_reset()
4163 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
4221 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
4249 static int add_authorizer_challenge(struct ceph_connection *con, in add_authorizer_challenge()
4260 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply()
4269 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer()
4280 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()