Home
last modified time | relevance | path

Searched refs:CEPH_CON_S_OPEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ceph/
H A Dmessenger_v1.c895 con->state = CEPH_CON_S_OPEN; in process_connect()
1334 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_read()
1376 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_con_v1_try_read()
1435 if (con->state == CEPH_CON_S_OPEN) in ceph_con_v1_try_read()
1481 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_write()
1541 if (con->state == CEPH_CON_S_OPEN) { in ceph_con_v1_try_write()
H A Dmessenger_v2.c2581 con->state = CEPH_CON_S_OPEN; in process_server_ident()
2632 con->state = CEPH_CON_S_OPEN; in process_session_reconnect_ok()
2758 if (con->state != CEPH_CON_S_OPEN) { in process_keepalive2_ack()
2780 if (con->state != CEPH_CON_S_OPEN) { in process_ack()
2913 if (con->state != CEPH_CON_S_OPEN) { in process_message()
3104 con->state == CEPH_CON_S_OPEN) { in populate_in_iter()
3307 if (con->state != CEPH_CON_S_OPEN) { in populate_out_iter()
H A Dmessenger.c1792 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_msg_revoke()
1821 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()
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h306 #define CEPH_CON_S_OPEN 12 macro