Home
last modified time | relevance | path

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

/linux-6.12.1/net/ceph/
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()
Dmessenger_v2.c2577 con->state = CEPH_CON_S_OPEN; in process_server_ident()
2628 con->state = CEPH_CON_S_OPEN; in process_session_reconnect_ok()
2754 if (con->state != CEPH_CON_S_OPEN) { in process_keepalive2_ack()
2776 if (con->state != CEPH_CON_S_OPEN) { in process_ack()
2909 if (con->state != CEPH_CON_S_OPEN) { in process_message()
3100 con->state == CEPH_CON_S_OPEN) { in populate_in_iter()
3303 if (con->state != CEPH_CON_S_OPEN) { in populate_out_iter()
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()
/linux-6.12.1/include/linux/ceph/
Dmessenger.h306 #define CEPH_CON_S_OPEN 12 macro