Searched refs:pg_num (Results 1 – 4 of 4) sorted by relevance
/net/ceph/ |
D | osd_client.c | 441 dest->pg_num = src->pg_num; in target_copy() 1579 last_pgid.seed = ceph_stable_mod(pgid.seed, t->pg_num, t->pg_num_mask); in calc_target() 1591 t->pg_num, in calc_target() 1592 pi->pg_num, in calc_target() 1607 if (t->pg_num) in calc_target() 1608 split = ceph_pg_is_split(&last_pgid, t->pg_num, pi->pg_num); in calc_target() 1617 t->pg_num = pi->pg_num; in calc_target()
|
D | debugfs.c | 75 pi->pg_num, pi->pg_num_mask, pi->flags, in osdmap_show()
|
D | osdmap.c | 48 pi->pg_num_mask = (1 << calc_bits_of(pi->pg_num-1)) - 1; in calc_pg_masks() 798 pi->pg_num = ceph_decode_32(p); in decode_pool() 2435 pgid->seed = ceph_stable_mod(raw_pgid->seed, pi->pg_num, in raw_pg_to_pg()
|
/net/packet/ |
D | af_packet.c | 4540 int pg_num; in packet_mmap() local 4542 for (pg_num = 0; pg_num < rb->pg_vec_pages; pg_num++) { in packet_mmap()
|