Home
last modified time | relevance | path

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

/linux-5.19.10/net/ceph/
Dosd_client.c1530 struct ceph_pg pgid, last_pgid; in calc_target() local
1578 last_pgid.pool = pgid.pool; in calc_target()
1579 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target()
1597 &last_pgid)) in calc_target()
1608 split = ceph_pg_is_split(&last_pgid, t->pg_num, pi->pg_num); in calc_target()