Lines Matching defs:struct_v
1287 * to struct_v of the client_data section for new (v7 and above)
1293 u8 struct_v;
1295 ceph_decode_8_safe(p, end, struct_v, e_inval);
1296 if (struct_v >= 7) {
1302 struct_v, struct_compat,
1308 ceph_decode_8_safe(p, end, struct_v, e_inval);
1312 struct_v, struct_compat,
1329 struct_v = 0;
1332 *v = struct_v;
1669 u8 struct_v;
1678 err = get_osdmap_client_data_v(p, end, "full", &struct_v);
1714 map->max_osd*(struct_v >= 5 ? sizeof(u32) :
1720 if (struct_v >= 5) {
1740 if (struct_v >= 8)
1756 if (struct_v >= 1) {
1763 if (struct_v >= 2) {
1778 if (struct_v >= 3) {
1784 if (struct_v >= 4) {
1843 static int decode_new_up_state_weight(void **p, void *end, u8 struct_v,
1859 if (struct_v >= 7)
1869 len *= sizeof(u32) + (struct_v >= 5 ? sizeof(u32) : sizeof(u8));
1908 if (struct_v >= 5)
1941 if (struct_v >= 7)
1977 u8 struct_v;
1981 err = get_osdmap_client_data_v(p, end, "inc", &struct_v);
2052 err = decode_new_up_state_weight(p, end, struct_v, msgr2, map);
2062 if (struct_v >= 1) {
2069 if (struct_v >= 2) {
2075 if (struct_v >= 3) {
2083 if (struct_v >= 4) {