Searched refs:ceph_decode_skip_map_of_map (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/linux/ceph/ |
D | decode.h | 185 #define ceph_decode_skip_map_of_map(p, end, ktype1, ktype2, vtype2, bad) \ macro
|
/linux-6.1.9/net/ceph/ |
D | osdmap.c | 651 ceph_decode_skip_map_of_map(p, end, 32, 32, 32, bad); in crush_decode() 1780 ceph_decode_skip_map_of_map(p, end, string, string, string, in osdmap_decode() 2077 ceph_decode_skip_map_of_map(p, end, string, string, string, in osdmap_apply_incremental()
|