Home
last modified time | relevance | path

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

/linux-6.6.21/net/ceph/
Dmessenger_v1.c1332 if (con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_read()
1342 if (con->state == CEPH_CON_S_V1_BANNER) { in ceph_con_v1_try_read()
1479 con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_write()
1487 con->state = CEPH_CON_S_V1_BANNER; in ceph_con_v1_try_write()
/linux-6.6.21/include/linux/ceph/
Dmessenger.h297 #define CEPH_CON_S_V1_BANNER 3 macro