Home
last modified time | relevance | path

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

/Linux-v5.15/net/ceph/
Dmessenger_v1.c1214 if (con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_read()
1224 if (con->state == CEPH_CON_S_V1_BANNER) { in ceph_con_v1_try_read()
1361 con->state != CEPH_CON_S_V1_BANNER && in ceph_con_v1_try_write()
1369 con->state = CEPH_CON_S_V1_BANNER; in ceph_con_v1_try_write()
/Linux-v5.15/include/linux/ceph/
Dmessenger.h265 #define CEPH_CON_S_V1_BANNER 3 macro