Lines Matching refs:struct_compat
77 u8 struct_v, struct_compat;
81 ceph_decode_8_safe(p, end, struct_compat, bad);
83 * understand encoding with struct_compat == 1. */
84 if (!struct_v || struct_compat != 1)
109 u8 struct_compat;
111 ceph_decode_8_safe(p, end, struct_compat, bad);
113 * encoding with struct_compat == 1. */
114 if (!struct_v || struct_compat != 1)
286 u8 struct_v, struct_compat;
289 ceph_decode_8_safe(p, end, struct_compat, bad);
291 * encoding whose struct_compat == 1. */
292 if (!struct_v || struct_compat != 1)
320 u8 struct_compat;
323 ceph_decode_8_safe(p, end, struct_compat, bad);
326 * encoding whose struct_compat == 1. */
327 if (!struct_v || struct_compat != 1)
673 /* struct_v, struct_compat, and len */