Lines Matching refs:struct_compat
73 u8 struct_v, struct_compat; in parse_reply_info_quota() local
77 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_quota()
80 if (!struct_v || struct_compat != 1) in parse_reply_info_quota()
105 u8 struct_compat; in parse_reply_info_in() local
107 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_in()
110 if (!struct_v || struct_compat != 1) in parse_reply_info_in()
229 u8 struct_v, struct_compat; in parse_reply_info_dir() local
232 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_dir()
235 if (!struct_v || struct_compat != 1) in parse_reply_info_dir()
259 u8 struct_v, struct_compat; in parse_reply_info_lease() local
262 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_lease()
265 if (!struct_v || struct_compat != 1) in parse_reply_info_lease()