Home
last modified time | relevance | path

Searched refs:CEPH_PG_MAX_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dosdmap.h113 int crush_scratch_ary[CEPH_PG_MAX_SIZE * 3];
Dosd_client.h130 int r_pg_osds[CEPH_PG_MAX_SIZE];
Drados.h53 #define CEPH_PG_MAX_SIZE 16 /* max # osds in a single pg */ macro
/linux-4.4.14/net/ceph/
Dosdmap.c1480 BUG_ON(result_max > CEPH_PG_MAX_SIZE); in do_crush()
1513 min_t(int, pool->size, CEPH_PG_MAX_SIZE), in pg_to_raw_osds()
1747 int osds[CEPH_PG_MAX_SIZE]; in ceph_calc_pg_primary()
Dosd_client.c1423 int acting[CEPH_PG_MAX_SIZE]; in __map_request()