Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A 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 …]
H A Dmon_client.h85 struct ceph_connection con;
H A Dosd_client.h39 struct ceph_connection o_con;
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmessenger.c119 static void con_flag_clear(struct ceph_connection *con, unsigned long con_flag) in con_flag_clear()
126 static void con_flag_set(struct ceph_connection *con, unsigned long con_flag) in con_flag_set()
133 static bool con_flag_test(struct ceph_connection *con, unsigned long con_flag) in con_flag_test()
140 static bool con_flag_test_and_clear(struct ceph_connection *con, in con_flag_test_and_clear()
148 static bool con_flag_test_and_set(struct ceph_connection *con, in con_flag_test_and_set()
170 static void queue_con(struct ceph_connection *con);
171 static void cancel_con(struct ceph_connection *con);
173 static void con_fault(struct ceph_connection *con);
302 static void con_sock_state_init(struct ceph_connection *con) in con_sock_state_init()
313 static void con_sock_state_connecting(struct ceph_connection *con) in con_sock_state_connecting()
[all …]
H A Dmon_client.c633 static struct ceph_msg *get_generic_reply(struct ceph_connection *con, in get_generic_reply()
1268 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
1317 static struct ceph_msg *mon_alloc_msg(struct ceph_connection *con, in mon_alloc_msg()
1377 static void mon_fault(struct ceph_connection *con) in mon_fault()
1400 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get()
1405 static void con_put(struct ceph_connection *con) in con_put()
H A Dosd_client.c4197 static void osd_fault(struct ceph_connection *con) in osd_fault()
5349 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
5382 static struct ceph_msg *get_reply(struct ceph_connection *con, in get_reply()
5471 static struct ceph_msg *alloc_msg(struct ceph_connection *con, in alloc_msg()
5497 static struct ceph_connection *get_osd_con(struct ceph_connection *con) in get_osd_con()
5505 static void put_osd_con(struct ceph_connection *con) in put_osd_con()
5518 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
5546 static int add_authorizer_challenge(struct ceph_connection *con, in add_authorizer_challenge()
5557 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply()
5566 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dmds_client.c5072 static struct ceph_connection *con_get(struct ceph_connection *con) in con_get()
5081 static void con_put(struct ceph_connection *con) in con_put()
5092 static void peer_reset(struct ceph_connection *con) in peer_reset()
5101 static void dispatch(struct ceph_connection *con, struct ceph_msg *msg) in dispatch()
5159 static struct ceph_auth_handshake *get_authorizer(struct ceph_connection *con, in get_authorizer()
5187 static int add_authorizer_challenge(struct ceph_connection *con, in add_authorizer_challenge()
5198 static int verify_authorizer_reply(struct ceph_connection *con) in verify_authorizer_reply()
5207 static int invalidate_authorizer(struct ceph_connection *con) in invalidate_authorizer()
5218 static struct ceph_msg *mds_alloc_msg(struct ceph_connection *con, in mds_alloc_msg()
H A Dmds_client.h178 struct ceph_connection s_con;