Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dmessenger.c87 #define CON_STATE_OPEN 5 /* -> STANDBY, CLOSED */ macro
1628 con->state = CON_STATE_OPEN; in process_connect()
2068 if (con->state == CON_STATE_OPEN) { in try_write()
2107 con->state != CON_STATE_OPEN) in try_read()
2151 WARN_ON(con->state != CON_STATE_OPEN); in try_read()
2210 if (con->state == CON_STATE_OPEN) in try_read()
2367 con->state != CON_STATE_OPEN); in ceph_fault()
2753 if (con->state != CON_STATE_OPEN) { in ceph_con_in_msg_alloc()