Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dosdmap.h35 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs);
/linux/net/ceph/
H A Dosd_client.c1762 DEFINE_RB_FUNCS2(spg_mapping, struct ceph_spg_mapping, spgid, ceph_spg_compare, in DEFINE_RB_FUNCS2() argument
4515 if (!ceph_spg_compare(&req->r_t.spgid, &m->spgid)) { in handle_backoff_unblock()
H A Dosdmap.c691 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() function