Lines Matching refs:struct_compat
78 u8 struct_v, struct_compat; in parse_reply_info_quota() local
82 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_quota()
85 if (!struct_v || struct_compat != 1) in parse_reply_info_quota()
110 u8 struct_compat; in parse_reply_info_in() local
112 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_in()
115 if (!struct_v || struct_compat != 1) in parse_reply_info_in()
287 u8 struct_v, struct_compat; in parse_reply_info_dir() local
290 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_dir()
293 if (!struct_v || struct_compat != 1) in parse_reply_info_dir()
321 u8 struct_compat; in parse_reply_info_lease() local
324 ceph_decode_8_safe(p, end, struct_compat, bad); in parse_reply_info_lease()
328 if (!struct_v || struct_compat != 1) in parse_reply_info_lease()