Home
last modified time | relevance | path

Searched refs:ceph_stable_mod (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Drados.h98 static inline int ceph_stable_mod(int x, int b, int bmask) in ceph_stable_mod() function
/openbmc/linux/net/ceph/
H A Dosdmap.c2310 s = ceph_stable_mod(s, old_pg_num, old_mask); in ceph_pg_is_split()
2451 pgid->seed = ceph_stable_mod(raw_pgid->seed, pi->pg_num, in raw_pg_to_pg()
2466 ceph_stable_mod(raw_pgid->seed, in raw_pg_to_pps()
2477 return ceph_stable_mod(raw_pgid->seed, pi->pgp_num, in raw_pg_to_pps()
H A Dosd_client.c1659 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target()