Searched refs:CEPH_CON_S_OPEN (Results 1 – 4 of 4) sorted by relevance
891 con->state = CEPH_CON_S_OPEN; in process_connect()1330 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_read()1372 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_con_v1_try_read()1431 if (con->state == CEPH_CON_S_OPEN) in ceph_con_v1_try_read()1478 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_write()1539 if (con->state == CEPH_CON_S_OPEN) { in ceph_con_v1_try_write()
2552 con->state = CEPH_CON_S_OPEN; in process_server_ident()2603 con->state = CEPH_CON_S_OPEN; in process_session_reconnect_ok()2729 if (con->state != CEPH_CON_S_OPEN) { in process_keepalive2_ack()2750 if (con->state != CEPH_CON_S_OPEN) { in process_ack()2890 if (con->state != CEPH_CON_S_OPEN) { in process_message()2909 if (con->state != CEPH_CON_S_OPEN) { in __handle_control()3086 con->state == CEPH_CON_S_OPEN) { in populate_in_iter()3290 if (con->state != CEPH_CON_S_OPEN) { in populate_out_iter()
1793 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke()1822 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke_incoming()2078 if (con->state != CEPH_CON_S_OPEN) { in ceph_con_in_msg_alloc()
307 #define CEPH_CON_S_OPEN 12 macro