Lines Matching defs:con

110 static void con_out_kvec_reset(struct ceph_connection *con)  in con_out_kvec_reset()
119 static void con_out_kvec_add(struct ceph_connection *con, in con_out_kvec_add()
138 static int con_out_kvec_skip(struct ceph_connection *con) in con_out_kvec_skip()
153 static size_t sizeof_footer(struct ceph_connection *con) in sizeof_footer()
171 static void prepare_write_message_footer(struct ceph_connection *con) in prepare_write_message_footer()
194 static void prepare_write_message(struct ceph_connection *con) in prepare_write_message()
266 static void prepare_write_ack(struct ceph_connection *con) in prepare_write_ack()
287 static void prepare_write_seq(struct ceph_connection *con) in prepare_write_seq()
305 static void prepare_write_keepalive(struct ceph_connection *con) in prepare_write_keepalive()
327 static int get_connect_authorizer(struct ceph_connection *con) in get_connect_authorizer()
353 static void prepare_write_banner(struct ceph_connection *con) in prepare_write_banner()
363 static void __prepare_write_connect(struct ceph_connection *con) in __prepare_write_connect()
375 static int prepare_write_connect(struct ceph_connection *con) in prepare_write_connect()
420 static int write_partial_kvec(struct ceph_connection *con) in write_partial_kvec()
464 static int write_partial_message_data(struct ceph_connection *con) in write_partial_message_data()
526 static int write_partial_skip(struct ceph_connection *con) in write_partial_skip()
548 static void prepare_read_banner(struct ceph_connection *con) in prepare_read_banner()
554 static void prepare_read_connect(struct ceph_connection *con) in prepare_read_connect()
560 static void prepare_read_ack(struct ceph_connection *con) in prepare_read_ack()
566 static void prepare_read_seq(struct ceph_connection *con) in prepare_read_seq()
573 static void prepare_read_tag(struct ceph_connection *con) in prepare_read_tag()
580 static void prepare_read_keepalive_ack(struct ceph_connection *con) in prepare_read_keepalive_ack()
589 static int prepare_read_message(struct ceph_connection *con) in prepare_read_message()
598 static int read_partial(struct ceph_connection *con, in read_partial()
615 static int read_partial_banner(struct ceph_connection *con) in read_partial_banner()
648 static int read_partial_connect(struct ceph_connection *con) in read_partial_connect()
689 static int verify_hello(struct ceph_connection *con) in verify_hello()
700 static int process_banner(struct ceph_connection *con) in process_banner()
743 static int process_connect(struct ceph_connection *con) in process_connect()
940 static int read_partial_ack(struct ceph_connection *con) in read_partial_ack()
951 static void process_ack(struct ceph_connection *con) in process_ack()
963 static int read_partial_message_chunk(struct ceph_connection *con, in read_partial_message_chunk()
986 static inline int read_partial_message_section(struct ceph_connection *con, in read_partial_message_section()
994 static int read_sparse_msg_extent(struct ceph_connection *con, u32 *crc) in read_sparse_msg_extent()
1029 static int read_sparse_msg_data(struct ceph_connection *con) in read_sparse_msg_data()
1066 static int read_partial_msg_data(struct ceph_connection *con) in read_partial_msg_data()
1103 static int read_partial_msg_data_bounce(struct ceph_connection *con) in read_partial_msg_data_bounce()
1146 static int read_partial_message(struct ceph_connection *con) in read_partial_message()
1310 static int read_keepalive_ack(struct ceph_connection *con) in read_keepalive_ack()
1325 int ceph_con_v1_try_read(struct ceph_connection *con) in ceph_con_v1_try_read()
1472 int ceph_con_v1_try_write(struct ceph_connection *con) in ceph_con_v1_try_write()
1566 void ceph_con_v1_revoke(struct ceph_connection *con) in ceph_con_v1_revoke()
1589 void ceph_con_v1_revoke_incoming(struct ceph_connection *con) in ceph_con_v1_revoke_incoming()
1609 bool ceph_con_v1_opened(struct ceph_connection *con) in ceph_con_v1_opened()
1614 void ceph_con_v1_reset_session(struct ceph_connection *con) in ceph_con_v1_reset_session()
1620 void ceph_con_v1_reset_protocol(struct ceph_connection *con) in ceph_con_v1_reset_protocol()