Searched refs:spgid (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/net/ceph/ |
D | debugfs.c | 176 static void dump_spgid(struct seq_file *s, const struct ceph_spg *spgid) in dump_spgid() argument 178 seq_printf(s, "%llu.%x", spgid->pgid.pool, spgid->pgid.seed); in dump_spgid() 179 if (spgid->shard != CEPH_SPG_NOSHARD) in dump_spgid() 180 seq_printf(s, "s%d", spgid->shard); in dump_spgid() 188 dump_spgid(s, &t->spgid); in dump_target() 331 dump_spgid(s, &backoff->spgid); in dump_backoffs()
|
D | osd_client.c | 467 dest->spgid = src->spgid; /* struct */ in target_copy() 1692 ceph_pg_to_primary_shard(osdc->osdmap, pi, &pgid, &t->spgid); in calc_target() 1760 DEFINE_RB_FUNCS2(spg_mapping, struct ceph_spg_mapping, spgid, ceph_spg_compare, in DEFINE_RB_FUNCS2() argument 2040 spg = lookup_spg_mapping(&osd->o_backoff_mappings, &req->r_t.spgid); in should_plug_request() 2050 __func__, req, req->r_tid, osd->o_osd, backoff->spgid.pgid.pool, in should_plug_request() 2051 backoff->spgid.pgid.seed, backoff->spgid.shard, backoff->id); in should_plug_request() 2140 static void encode_spgid(void **p, const struct ceph_spg *spgid) in encode_spgid() argument 2143 encode_pgid(p, &spgid->pgid); in encode_spgid() 2144 ceph_encode_8(p, spgid->shard); in encode_spgid() 2179 encode_spgid(&p, &req->r_t.spgid); /* actual spg */ in encode_request_partial() [all …]
|
D | osdmap.c | 2845 struct ceph_spg *spgid) in ceph_pg_to_primary_shard() argument 2855 spgid->pgid = pgid; /* struct */ in ceph_pg_to_primary_shard() 2856 spgid->shard = CEPH_SPG_NOSHARD; in ceph_pg_to_primary_shard() 2863 spgid->pgid = pgid; /* struct */ in ceph_pg_to_primary_shard() 2864 spgid->shard = i; in ceph_pg_to_primary_shard()
|
/Linux-v6.6/include/linux/ceph/ |
D | osd_client.h | 214 struct ceph_spg spgid; /* last actual spg we mapped to */ member 362 struct ceph_spg spgid; member 396 struct ceph_spg spgid; member
|
D | osdmap.h | 311 struct ceph_spg *spgid);
|