Searched refs:ceph_con_flag_test (Results 1 - 2 of 2) sorted by relevance

/linux-master/net/ceph/
H A Dmessenger.c114 bool ceph_con_flag_test(struct ceph_connection *con, unsigned long con_flag) function
374 if (ceph_con_flag_test(con, CEPH_CON_F_WRITE_PENDING)) {
1628 if (ceph_con_flag_test(con, CEPH_CON_F_LOSSYTX)) {
1640 !ceph_con_flag_test(con, CEPH_CON_F_KEEPALIVE_PENDING)) {
1720 WARN_ON(ceph_con_flag_test(con, CEPH_CON_F_WRITE_PENDING));
1721 WARN_ON(ceph_con_flag_test(con, CEPH_CON_F_KEEPALIVE_PENDING));
/linux-master/include/linux/ceph/
H A Dmessenger.h519 bool ceph_con_flag_test(struct ceph_connection *con, unsigned long con_flag);

Completed in 81 milliseconds