Lines Matching refs:struct_compat
75 u8 struct_v, struct_compat;
79 ceph_decode_8_safe(p, end, struct_compat, bad);
81 * understand encoding with struct_compat == 1. */
82 if (!struct_v || struct_compat != 1)
107 u8 struct_compat;
109 ceph_decode_8_safe(p, end, struct_compat, bad);
111 * encoding with struct_compat == 1. */
112 if (!struct_v || struct_compat != 1)
231 u8 struct_v, struct_compat;
234 ceph_decode_8_safe(p, end, struct_compat, bad);
236 * encoding whose struct_compat == 1. */
237 if (!struct_v || struct_compat != 1)
261 u8 struct_v, struct_compat;
264 ceph_decode_8_safe(p, end, struct_compat, bad);
266 * encoding whose struct_compat == 1. */
267 if (!struct_v || struct_compat != 1)
526 u8 struct_v, struct_compat;
531 ceph_decode_8_safe(p, end, struct_compat, bad);