Lines Matching defs:ceph_connection
470 struct ceph_connection { struct
473 const struct ceph_connection_operations *ops; argument
475 struct ceph_messenger *msgr;
477 int state; /* CEPH_CON_S_* */
478 atomic_t sock_state;
479 struct socket *sock;
481 unsigned long flags; /* CEPH_CON_F_* */
482 const char *error_msg; /* error message, if any */
484 struct ceph_entity_name peer_name; /* peer name */
485 struct ceph_entity_addr peer_addr; /* peer address */
486 u64 peer_features;
510 struct ceph_connection_v1_info v1; argument
517 void ceph_con_flag_clear(struct ceph_connection *con, unsigned long con_flag); argument