Lines Matching refs:struct_compat
76 u8 struct_v, struct_compat; in parse_reply_info_quota() local
80 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_quota()
83 if (!struct_v || struct_compat != 1) in parse_reply_info_quota()
108 u8 struct_compat; in parse_reply_info_in() local
110 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_in()
113 if (!struct_v || struct_compat != 1) in parse_reply_info_in()
239 u8 struct_v, struct_compat; in parse_reply_info_dir() local
242 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_dir()
245 if (!struct_v || struct_compat != 1) in parse_reply_info_dir()
269 u8 struct_v, struct_compat; in parse_reply_info_lease() local
272 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_lease()
275 if (!struct_v || struct_compat != 1) in parse_reply_info_lease()