Lines Matching defs:struct_v
75 u8 struct_v, struct_compat;
78 ceph_decode_8_safe(p, end, struct_v, bad);
80 /* struct_v is expected to be >= 1. we only
82 if (!struct_v || struct_compat != 1)
103 u8 struct_v = 0;
108 ceph_decode_8_safe(p, end, struct_v, bad);
110 /* struct_v is expected to be >= 1. we only understand
112 if (!struct_v || struct_compat != 1)
164 if (struct_v >= 2) {
171 if (struct_v >= 3) {
231 u8 struct_v, struct_compat;
233 ceph_decode_8_safe(p, end, struct_v, bad);
235 /* struct_v is expected to be >= 1. we only understand
237 if (!struct_v || struct_compat != 1)
261 u8 struct_v, struct_compat;
263 ceph_decode_8_safe(p, end, struct_v, bad);
265 /* struct_v is expected to be >= 1. we only understand
267 if (!struct_v || struct_compat != 1)
526 u8 struct_v, struct_compat;
530 ceph_decode_8_safe(p, end, struct_v, bad);
3808 u8 struct_v = 0;
3843 struct_v = 2;
3855 if (struct_v >= 2)
3873 ceph_pagelist_encode_8(pagelist, struct_v);
3881 if (struct_v >= 2)
4949 u8 struct_v, struct_cv;
4958 struct_v = ceph_decode_8(&p);