Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/ceph/
Drados.h98 static inline int ceph_stable_mod(int x, int b, int bmask) in ceph_stable_mod() function
/linux-6.1.9/net/ceph/
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()
Dosd_client.c1579 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target()