Searched refs:ceph_spg_compare (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osdmap.h | 35 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs);
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osdmap.h | 35 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs);
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osdmap.c | 675 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() function
|
H A D | osd_client.c | 1680 DEFINE_RB_FUNCS2(spg_mapping, struct ceph_spg_mapping, spgid, ceph_spg_compare, 4423 if (!ceph_spg_compare(&req->r_t.spgid, &m->spgid)) { in handle_backoff_unblock()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osdmap.c | 691 int ceph_spg_compare(const struct ceph_spg *lhs, const struct ceph_spg *rhs) in ceph_spg_compare() function
|
H A D | osd_client.c | 1760 DEFINE_RB_FUNCS2(spg_mapping, struct ceph_spg_mapping, spgid, ceph_spg_compare, 4513 if (!ceph_spg_compare(&req->r_t.spgid, &m->spgid)) { in handle_backoff_unblock()
|
Completed in 25 milliseconds