Home
last modified time | relevance | path

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

/Linux-v6.1/net/ceph/
Dmessenger_v1.c1256 if (con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_read()
1266 if (con->state == CEPH_CON_S_V1_BANNER) { in ceph_con_v1_try_read()
1403 con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_write()
1411 con->state = CEPH_CON_S_V1_BANNER; in ceph_con_v1_try_write()
/Linux-v6.1/include/linux/ceph/
Dmessenger.h264 #define CEPH_CON_S_V1_BANNER 3 macro