Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Dmessenger.c605 con->state = CEPH_CON_S_PREOPEN; in ceph_con_open()
1568 if (con->state == CEPH_CON_S_PREOPEN) { in ceph_con_workfn()
1646 con->state = CEPH_CON_S_PREOPEN; in con_fault()
1718 con->state = CEPH_CON_S_PREOPEN; in clear_standby()
H A Dmessenger_v1.c1478 if (con->state != CEPH_CON_S_PREOPEN && in ceph_con_v1_try_write()
1485 if (con->state == CEPH_CON_S_PREOPEN) { in ceph_con_v1_try_write()
H A Dmessenger_v2.c3163 if (con->state == CEPH_CON_S_PREOPEN) in ceph_con_v2_try_read()
3382 if (con->state == CEPH_CON_S_PREOPEN) { in ceph_con_v2_try_write()
/openbmc/linux/include/linux/ceph/
H A Dmessenger.h296 #define CEPH_CON_S_PREOPEN 2 macro