Home
last modified time | relevance | path

Searched refs:ceph_con_v1_opened (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/include/linux/ceph/
Dmessenger.h520 bool ceph_con_v1_opened(struct ceph_connection *con);
/linux-6.1.9/net/ceph/
Dmessenger_v1.c1534 bool ceph_con_v1_opened(struct ceph_connection *con) in ceph_con_v1_opened() function
Dmessenger.c620 return ceph_con_v1_opened(con); in ceph_con_opened()