Searched refs:struct_compat (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | decode.h | 301 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat, in ceph_start_encoding() argument 305 ceph_encode_8(p, struct_compat); in ceph_start_encoding() 323 u8 struct_compat; in ceph_start_decoding() local 327 struct_compat = ceph_decode_8(p); in ceph_start_decoding() 328 if (v < struct_compat) { in ceph_start_decoding() 330 *struct_v, struct_compat, v, name); in ceph_start_decoding()
|
D | ceph_fs.h | 822 __u8 struct_compat; member
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 1077 u8 struct_compat; in get_osdmap_client_data_v() local 1079 ceph_decode_8_safe(p, end, struct_compat, e_inval); in get_osdmap_client_data_v() 1080 if (struct_compat > OSDMAP_WRAPPER_COMPAT_VER) { in get_osdmap_client_data_v() 1082 struct_v, struct_compat, in get_osdmap_client_data_v() 1089 ceph_decode_8_safe(p, end, struct_compat, e_inval); in get_osdmap_client_data_v() 1090 if (struct_compat > OSDMAP_CLIENT_DATA_COMPAT_VER) { in get_osdmap_client_data_v() 1092 struct_v, struct_compat, in get_osdmap_client_data_v()
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.c | 104 u8 struct_v, struct_compat; in parse_reply_info_in() local 111 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_in() 112 if (!struct_v || !struct_compat) in parse_reply_info_in()
|