Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dmessenger.c92 #define CON_STATE_OPEN 5 /* -> STANDBY, CLOSED */ macro
2146 con->state = CON_STATE_OPEN; in process_connect()
2560 if (con->state == CON_STATE_OPEN) { in try_write()
2598 con->state != CON_STATE_OPEN) in try_read()
2642 WARN_ON(con->state != CON_STATE_OPEN); in try_read()
2703 if (con->state == CON_STATE_OPEN) in try_read()
2912 con->state != CON_STATE_OPEN); in con_fault()
3328 if (con->state != CON_STATE_OPEN) { in ceph_con_in_msg_alloc()