Home
last modified time | relevance | path

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

/linux/net/ceph/
H A Dosdmap.c1382 static int decode_pg_mapping(void **p, void *end, struct rb_root *mapping_root, in decode_pg_mapping() function
1453 return decode_pg_mapping(p, end, &map->pg_temp, __decode_pg_temp, in decode_pg_temp()
1459 return decode_pg_mapping(p, end, &map->pg_temp, __decode_pg_temp, in decode_new_pg_temp()
1486 return decode_pg_mapping(p, end, &map->primary_temp, in decode_primary_temp()
1493 return decode_pg_mapping(p, end, &map->primary_temp, in decode_new_primary_temp()
1592 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap, in decode_pg_upmap()
1598 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap, in decode_new_pg_upmap()
1604 return decode_pg_mapping(p, end, &map->pg_upmap, NULL, true); in decode_old_pg_upmap()
1636 return decode_pg_mapping(p, end, &map->pg_upmap_items, in decode_pg_upmap_items()
1643 return decode_pg_mapping(p, end, &map->pg_upmap_items, in decode_new_pg_upmap_items()
[all …]