Home
last modified time | relevance | path

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

/Linux-v5.4/net/ceph/
Dmessenger.c92 #define CON_STATE_OPEN 5 /* -> STANDBY, CLOSED */ macro
2209 con->state = CON_STATE_OPEN; in process_connect()
2577 con->state != CON_STATE_OPEN) in try_write()
2637 if (con->state == CON_STATE_OPEN) { in try_write()
2673 con->state != CON_STATE_OPEN) in try_read()
2717 WARN_ON(con->state != CON_STATE_OPEN); in try_read()
2776 if (con->state == CON_STATE_OPEN) in try_read()
2995 con->state != CON_STATE_OPEN); in con_fault()
3439 if (con->state != CON_STATE_OPEN) { in ceph_con_in_msg_alloc()