Home
last modified time | relevance | path

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

/Linux-v6.6/net/ceph/
Dmessenger_v1.c894 con->state = CEPH_CON_S_OPEN; in process_connect()
1333 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_read()
1375 WARN_ON(con->state != CEPH_CON_S_OPEN); in ceph_con_v1_try_read()
1434 if (con->state == CEPH_CON_S_OPEN) in ceph_con_v1_try_read()
1480 con->state != CEPH_CON_S_OPEN) in ceph_con_v1_try_write()
1540 if (con->state == CEPH_CON_S_OPEN) { in ceph_con_v1_try_write()
Dmessenger_v2.c2578 con->state = CEPH_CON_S_OPEN; in process_server_ident()
2629 con->state = CEPH_CON_S_OPEN; in process_session_reconnect_ok()
2755 if (con->state != CEPH_CON_S_OPEN) { in process_keepalive2_ack()
2777 if (con->state != CEPH_CON_S_OPEN) { in process_ack()
2910 if (con->state != CEPH_CON_S_OPEN) { in process_message()
3101 con->state == CEPH_CON_S_OPEN) { in populate_in_iter()
3304 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-v6.6/include/linux/ceph/
Dmessenger.h306 #define CEPH_CON_S_OPEN 12 macro