Searched refs:CEPH_CON_S_OPEN (Results 1 – 4 of 4) sorted by relevance
901 con->state = CEPH_CON_S_OPEN; in process_connect()1216 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_read()1258 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_con_v1_try_read()1317 if (con->state == CEPH_CON_S_OPEN) in ceph_con_v1_try_read()1363 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_write()1423 if (con->state == CEPH_CON_S_OPEN) { in ceph_con_v1_try_write()
2232 con->state = CEPH_CON_S_OPEN; in process_server_ident()2283 con->state = CEPH_CON_S_OPEN; in process_session_reconnect_ok()2409 if (con->state != CEPH_CON_S_OPEN) { in process_keepalive2_ack()2431 if (con->state != CEPH_CON_S_OPEN) { in process_ack()2564 if (con->state != CEPH_CON_S_OPEN) { in process_message()2776 con->state == CEPH_CON_S_OPEN) { in populate_in_iter()2971 if (con->state != CEPH_CON_S_OPEN) { in populate_out_iter()
1745 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke()1774 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke_incoming()2019 if (con->state != CEPH_CON_S_OPEN) { in ceph_con_in_msg_alloc()
274 #define CEPH_CON_S_OPEN 12 macro
Completed in 16 milliseconds