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()
2547 con->state = CEPH_CON_S_OPEN; in process_server_ident()2598 con->state = CEPH_CON_S_OPEN; in process_session_reconnect_ok()2724 if (con->state != CEPH_CON_S_OPEN) { in process_keepalive2_ack()2745 if (con->state != CEPH_CON_S_OPEN) { in process_ack()2885 if (con->state != CEPH_CON_S_OPEN) { in process_message()2904 if (con->state != CEPH_CON_S_OPEN) { in __handle_control()3081 con->state == CEPH_CON_S_OPEN) { in populate_in_iter()3285 if (con->state != CEPH_CON_S_OPEN) { in populate_out_iter()
1794 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke()1823 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke_incoming()2079 if (con->state != CEPH_CON_S_OPEN) { in ceph_con_in_msg_alloc()
307 #define CEPH_CON_S_OPEN 12 macro