Searched refs:shard (Results 1 – 6 of 6) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/ |
H A D | influxdb.conf | 208 [shard-precreation]
|
/openbmc/linux/net/ceph/ |
H A D | debugfs.c | 179 if (spgid->shard != CEPH_SPG_NOSHARD) in dump_spgid() 180 seq_printf(s, "s%d", spgid->shard); in dump_spgid()
|
H A D | osdmap.c | 699 if (lhs->shard < rhs->shard) in ceph_spg_compare() 701 if (lhs->shard > rhs->shard) in ceph_spg_compare() 2856 spgid->shard = CEPH_SPG_NOSHARD; in ceph_pg_to_primary_shard() 2864 spgid->shard = i; in ceph_pg_to_primary_shard()
|
H A D | osd_client.c | 2053 backoff->spgid.pgid.seed, backoff->spgid.shard, backoff->id); in should_plug_request() 2146 ceph_encode_8(p, spgid->shard); in encode_spgid() 2364 req->r_t.spgid.shard, osd->o_osd, req->r_t.epoch, req->r_flags, in send_request() 4342 ceph_decode_8_safe(&p, end, m->spgid.shard, e_inval); in decode_MOSDBackoff() 4421 m->spgid.pgid.pool, m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_block() 4481 m->spgid.pgid.pool, m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock() 4487 m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock() 4495 m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock()
|
/openbmc/linux/include/linux/ceph/ |
H A D | osdmap.h | 31 s8 shard; member
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 3775 For repairs going on within a shard of the filesystem, these advantages 3776 outweigh the delays inherent in locking the shard while repairing parts of the 3777 shard.
|