Home
last modified time | relevance | path

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

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