Home
last modified time | relevance | path

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

/Linux-v6.6/net/ceph/
Dmessenger_v1.c1331 if (con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_read()
1341 if (con->state == CEPH_CON_S_V1_BANNER) { in ceph_con_v1_try_read()
1478 con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_write()
1486 con->state = CEPH_CON_S_V1_BANNER; in ceph_con_v1_try_write()
/Linux-v6.6/include/linux/ceph/
Dmessenger.h297 #define CEPH_CON_S_V1_BANNER 3 macro