Searched refs:ceph_stable_mod (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/linux/ceph/ |
D | rados.h | 98 static inline int ceph_stable_mod(int x, int b, int bmask) in ceph_stable_mod() function
|
/Linux-v5.10/net/ceph/ |
D | osdmap.c | 2275 s = ceph_stable_mod(s, old_pg_num, old_mask); in ceph_pg_is_split() 2416 pgid->seed = ceph_stable_mod(raw_pgid->seed, pi->pg_num, in raw_pg_to_pg() 2431 ceph_stable_mod(raw_pgid->seed, in raw_pg_to_pps() 2442 return ceph_stable_mod(raw_pgid->seed, pi->pgp_num, in raw_pg_to_pps()
|
D | osd_client.c | 1600 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target()
|