Searched refs:CEPH_CON_S_OPEN (Results 1 – 4 of 4) sorted by relevance
901 con->state = CEPH_CON_S_OPEN; in process_connect()1258 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_read()1300 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_con_v1_try_read()1359 if (con->state == CEPH_CON_S_OPEN) in ceph_con_v1_try_read()1405 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_write()1465 if (con->state == CEPH_CON_S_OPEN) { in ceph_con_v1_try_write()
2351 con->state = CEPH_CON_S_OPEN; in process_server_ident()2402 con->state = CEPH_CON_S_OPEN; in process_session_reconnect_ok()2528 if (con->state != CEPH_CON_S_OPEN) { in process_keepalive2_ack()2550 if (con->state != CEPH_CON_S_OPEN) { in process_ack()2683 if (con->state != CEPH_CON_S_OPEN) { in process_message()2874 con->state == CEPH_CON_S_OPEN) { in populate_in_iter()3072 if (con->state != CEPH_CON_S_OPEN) { in populate_out_iter()
1720 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke()1749 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke_incoming()1994 if (con->state != CEPH_CON_S_OPEN) { in ceph_con_in_msg_alloc()
273 #define CEPH_CON_S_OPEN 12 macro