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

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

Completed in 231 milliseconds