Lines Matching defs:struct_v
1271 * to struct_v of the client_data section for new (v7 and above)
1277 u8 struct_v;
1279 ceph_decode_8_safe(p, end, struct_v, e_inval);
1280 if (struct_v >= 7) {
1286 struct_v, struct_compat,
1292 ceph_decode_8_safe(p, end, struct_v, e_inval);
1296 struct_v, struct_compat,
1313 struct_v = 0;
1316 *v = struct_v;
1652 u8 struct_v;
1661 err = get_osdmap_client_data_v(p, end, "full", &struct_v);
1697 map->max_osd*(struct_v >= 5 ? sizeof(u32) :
1703 if (struct_v >= 5) {
1732 if (struct_v >= 1) {
1739 if (struct_v >= 2) {
1754 if (struct_v >= 3) {
1760 if (struct_v >= 4) {
1819 static int decode_new_up_state_weight(void **p, void *end, u8 struct_v,
1840 len *= sizeof(u32) + (struct_v >= 5 ? sizeof(u32) : sizeof(u8));
1880 if (struct_v >= 5)
1942 u8 struct_v;
1946 err = get_osdmap_client_data_v(p, end, "inc", &struct_v);
2017 err = decode_new_up_state_weight(p, end, struct_v, map);
2027 if (struct_v >= 1) {
2034 if (struct_v >= 2) {
2040 if (struct_v >= 3) {
2048 if (struct_v >= 4) {