Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/ceph/
Dosdmap.h35 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs);
/Linux-v5.10/net/ceph/
Dosd_client.c1701 DEFINE_RB_FUNCS2(spg_mapping, struct ceph_spg_mapping, spgid, ceph_spg_compare, in DEFINE_RB_FUNCS2() argument
4395 if (!ceph_spg_compare(&req->r_t.spgid, &m->spgid)) { in handle_backoff_unblock()
Dosdmap.c675 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() function