Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dosdmap.h54 int pg_num_mask, pgp_num_mask; member
H A Dosd_client.h217 u32 pg_num_mask; member
/openbmc/linux/net/ceph/
H A Ddebugfs.c75 pi->pg_num, pi->pg_num_mask, pi->flags, in osdmap_show()
H A Dosd_client.c469 dest->pg_num_mask = src->pg_num_mask; in target_copy()
1659 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target()
1698 t->pg_num_mask = pi->pg_num_mask; in calc_target()
H A Dosdmap.c64 pi->pg_num_mask = (1 << calc_bits_of(pi->pg_num-1)) - 1; in calc_pg_masks()
2452 pi->pg_num_mask); in raw_pg_to_pg()