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

/linux-master/net/ceph/
H A Dosdmap.c1390 static int decode_pg_mapping(void **p, void *end, struct rb_root *mapping_root, function
1461 return decode_pg_mapping(p, end, &map->pg_temp, __decode_pg_temp,
1467 return decode_pg_mapping(p, end, &map->pg_temp, __decode_pg_temp,
1494 return decode_pg_mapping(p, end, &map->primary_temp,
1501 return decode_pg_mapping(p, end, &map->primary_temp,
1602 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap,
1608 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap,
1614 return decode_pg_mapping(p, end, &map->pg_upmap, NULL, true);
1646 return decode_pg_mapping(p, end, &map->pg_upmap_items,
1653 return decode_pg_mapping(
[all...]

Completed in 228 milliseconds