Searched refs:last_pgid (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 1530 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()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 1610 struct ceph_pg pgid, last_pgid; in calc_target() local 1658 last_pgid.pool = pgid.pool; in calc_target() 1659 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target() 1677 &last_pgid)) in calc_target() 1688 split = ceph_pg_is_split(&last_pgid, t->pg_num, pi->pg_num); in calc_target()
|
Completed in 14 milliseconds