Lines Matching refs:struct_compat
75 u8 struct_v, struct_compat; in parse_reply_info_quota() local
79 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_quota()
82 if (!struct_v || struct_compat != 1) in parse_reply_info_quota()
107 u8 struct_compat; in parse_reply_info_in() local
109 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_in()
112 if (!struct_v || struct_compat != 1) in parse_reply_info_in()
231 u8 struct_v, struct_compat; in parse_reply_info_dir() local
234 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_dir()
237 if (!struct_v || struct_compat != 1) in parse_reply_info_dir()
261 u8 struct_v, struct_compat; in parse_reply_info_lease() local
264 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_lease()
267 if (!struct_v || struct_compat != 1) in parse_reply_info_lease()
526 u8 struct_v, struct_compat; in parse_reply_info_create() local
531 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_create()