Searched refs:ceph_pg_compare (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osdmap.h | 34 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs);
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osdmap.h | 34 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs);
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osdmap.c | 661 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() function 679 ret = ceph_pg_compare(&lhs->pgid, &rhs->pgid); in ceph_spg_compare() 714 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare,
|
H A D | osd_client.c | 1604 legacy_change = ceph_pg_compare(&t->pgid, &pgid) || in calc_target()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osdmap.c | 677 int ceph_pg_compare(const struct ceph_pg *lhs, const struct ceph_pg *rhs) in ceph_pg_compare() function 695 ret = ceph_pg_compare(&lhs->pgid, &rhs->pgid); in ceph_spg_compare() 730 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare,
|
H A D | osd_client.c | 1684 legacy_change = ceph_pg_compare(&t->pgid, &pgid) || in calc_target()
|
Completed in 23 milliseconds