Searched refs:ceph_con_flag_test (Results 1 – 1 of 1) sorted by relevance
114 bool ceph_con_flag_test(struct ceph_connection *con, unsigned long con_flag) in ceph_con_flag_test() function374 if (ceph_con_flag_test(con, CEPH_CON_F_WRITE_PENDING)) { in ceph_sock_write_space()1628 if (ceph_con_flag_test(con, CEPH_CON_F_LOSSYTX)) { in con_fault()1640 !ceph_con_flag_test(con, CEPH_CON_F_KEEPALIVE_PENDING)) { in con_fault()1720 WARN_ON(ceph_con_flag_test(con, CEPH_CON_F_WRITE_PENDING)); in clear_standby()1721 WARN_ON(ceph_con_flag_test(con, CEPH_CON_F_KEEPALIVE_PENDING)); in clear_standby()
Completed in 9 milliseconds