Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dmessenger.c606 con->state = CEPH_CON_S_PREOPEN; in ceph_con_open()
1569 if (con->state == CEPH_CON_S_PREOPEN) { in ceph_con_workfn()
1647 con->state = CEPH_CON_S_PREOPEN; in con_fault()
1719 con->state = CEPH_CON_S_PREOPEN; in clear_standby()
H A Dmessenger_v1.c1475 if (con->state != CEPH_CON_S_PREOPEN && in ceph_con_v1_try_write()
1482 if (con->state == CEPH_CON_S_PREOPEN) { in ceph_con_v1_try_write()
H A Dmessenger_v2.c3146 if (con->state == CEPH_CON_S_PREOPEN) in ceph_con_v2_try_read()
3365 if (con->state == CEPH_CON_S_PREOPEN) { in ceph_con_v2_try_write()
/linux/include/linux/ceph/
H A Dmessenger.h297 #define CEPH_CON_S_PREOPEN 2 macro