Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/ceph/
Dosdmap.h152 int from_to[][2]; member
/Linux-v4.19/net/ceph/
Ddebugfs.c127 pg->pg_upmap_items.from_to[i][0], in osdmap_show()
128 pg->pg_upmap_items.from_to[i][1]); in osdmap_show()
Dosdmap.c1414 pg->pg_upmap_items.from_to[i][0] = ceph_decode_32(p); in __decode_pg_upmap_items()
1415 pg->pg_upmap_items.from_to[i][1] = ceph_decode_32(p); in __decode_pg_upmap_items()
2381 int from = pg->pg_upmap_items.from_to[i][0]; in apply_upmap()
2382 int to = pg->pg_upmap_items.from_to[i][1]; in apply_upmap()