Lines Matching refs:struct_compat
77 u8 struct_v, struct_compat; in parse_reply_info_quota() local
81 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_quota()
84 if (!struct_v || struct_compat != 1) in parse_reply_info_quota()
109 u8 struct_compat; in parse_reply_info_in() local
111 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_in()
114 if (!struct_v || struct_compat != 1) in parse_reply_info_in()
286 u8 struct_v, struct_compat; in parse_reply_info_dir() local
289 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_dir()
292 if (!struct_v || struct_compat != 1) in parse_reply_info_dir()
320 u8 struct_compat; in parse_reply_info_lease() local
323 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_lease()
327 if (!struct_v || struct_compat != 1) in parse_reply_info_lease()