Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ceph/
Dmessenger.c92 #define CON_STATE_OPEN 5 /* -> STANDBY, CLOSED */ macro
2200 con->state = CON_STATE_OPEN; in process_connect()
2568 con->state != CON_STATE_OPEN) in try_write()
2628 if (con->state == CON_STATE_OPEN) { in try_write()
2664 con->state != CON_STATE_OPEN) in try_read()
2708 WARN_ON(con->state != CON_STATE_OPEN); in try_read()
2767 if (con->state == CON_STATE_OPEN) in try_read()
2986 con->state != CON_STATE_OPEN); in con_fault()
3440 if (con->state != CON_STATE_OPEN) { in ceph_con_in_msg_alloc()