Searched refs:spgid (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/net/ceph/ |
| H A 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()
|
| H A D | osd_client.c | 444 dest->spgid = src->spgid; /* struct */ in target_copy() 2030 backoff->spgid.pgid.seed, backoff->spgid.shard, backoff->id); in should_plug_request() 2340 req->r_t.spgid.pgid.pool, req->r_t.spgid.pgid.seed, in send_request() 4295 struct ceph_spg spgid; member 4398 m->spgid.pgid.pool, m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_block() 4407 spg->spgid = m->spgid; /* struct */ in handle_backoff_block() 4416 backoff->spgid = m->spgid; /* struct */ in handle_backoff_block() 4458 m->spgid.pgid.pool, m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock() 4464 m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock() 4472 m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock() [all …]
|
| H A 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-6.15/include/linux/ceph/ |
| H A D | osd_client.h | 215 struct ceph_spg spgid; /* last actual spg we mapped to */ member 363 struct ceph_spg spgid; member 397 struct ceph_spg spgid; member
|
| H A D | osdmap.h | 311 struct ceph_spg *spgid);
|