Lines Matching defs:struct_v
77 u8 struct_v, struct_compat;
80 ceph_decode_8_safe(p, end, struct_v, bad);
82 /* struct_v is expected to be >= 1. we only
84 if (!struct_v || struct_compat != 1)
105 u8 struct_v = 0;
110 ceph_decode_8_safe(p, end, struct_v, bad);
112 /* struct_v is expected to be >= 1. we only understand
114 if (!struct_v || struct_compat != 1)
166 if (struct_v >= 2) {
173 if (struct_v >= 3) {
182 if (struct_v >= 4) {
188 if (struct_v >= 5) {
206 if (struct_v >= 6)
213 if (struct_v >= 7) {
286 u8 struct_v, struct_compat;
288 ceph_decode_8_safe(p, end, struct_v, bad);
290 /* struct_v is expected to be >= 1. we only understand
292 if (!struct_v || struct_compat != 1)
315 u8 struct_v;
322 ceph_decode_8_safe(p, end, struct_v, bad);
325 /* struct_v is expected to be >= 1. we only understand
327 if (!struct_v || struct_compat != 1)
343 if (struct_v >= 2) {
673 /* struct_v, struct_compat, and len */
3976 ceph_decode_skip_16(&p, end, bad); /* struct_v, struct_cv */
4380 u8 struct_v = 0;
4415 struct_v = 2;
4427 if (struct_v >= 2)
4445 ceph_pagelist_encode_8(pagelist, struct_v);
4453 if (struct_v >= 2)
5582 /* struct_v, struct_cv, map_len, epoch, legacy_client_fscid */