ceph_spg_compare 35 include/linux/ceph/osdmap.h int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs); ceph_spg_compare 1641 net/ceph/osd_client.c DEFINE_RB_FUNCS2(spg_mapping, struct ceph_spg_mapping, spgid, ceph_spg_compare, ceph_spg_compare 4317 net/ceph/osd_client.c if (!ceph_spg_compare(&req->r_t.spgid, &m->spgid)) {