Home
last modified time | relevance | path

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

/linux-4.1.27/net/ceph/
Dosdmap.c753 u8 struct_compat; in get_osdmap_client_data_v() local
755 ceph_decode_8_safe(p, end, struct_compat, e_inval); in get_osdmap_client_data_v()
756 if (struct_compat > OSDMAP_WRAPPER_COMPAT_VER) { in get_osdmap_client_data_v()
758 struct_v, struct_compat, in get_osdmap_client_data_v()
765 ceph_decode_8_safe(p, end, struct_compat, e_inval); in get_osdmap_client_data_v()
766 if (struct_compat > OSDMAP_CLIENT_DATA_COMPAT_VER) { in get_osdmap_client_data_v()
768 struct_v, struct_compat, in get_osdmap_client_data_v()