Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosdmap.h54 int pg_num_mask, pgp_num_mask; member
H A Dosd_client.h160 u32 pg_num_mask; member
/OK3568_Linux_fs/kernel/net/ceph/
H A Ddebugfs.c75 pi->pg_num, pi->pg_num_mask, pi->flags, in osdmap_show()
H A Dosd_client.c442 dest->pg_num_mask = src->pg_num_mask; in target_copy()
1579 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target()
1618 t->pg_num_mask = pi->pg_num_mask; in calc_target()
H A Dosdmap.c48 pi->pg_num_mask = (1 << calc_bits_of(pi->pg_num-1)) - 1; in calc_pg_masks()
2417 pi->pg_num_mask); in raw_pg_to_pg()