Lines Matching refs:struct_v
1790 u8 struct_v; in decode_hoid() local
1794 ret = ceph_start_decoding(p, end, 4, "hobject_t", &struct_v, in decode_hoid()
1799 if (struct_v < 4) { in decode_hoid()
1800 pr_err("got struct_v %d < 4 of hobject_t\n", struct_v); in decode_hoid()
3447 u8 struct_v, struct_cv; in ceph_oloc_decode() local
3453 struct_v = ceph_decode_8(p); in ceph_oloc_decode()
3455 if (struct_v < 3) { in ceph_oloc_decode()
3457 struct_v, struct_cv); in ceph_oloc_decode()
3462 struct_v, struct_cv); in ceph_oloc_decode()
3478 if (struct_v >= 5) { in ceph_oloc_decode()
3499 if (struct_v >= 6) { in ceph_oloc_decode()
3520 u8 struct_v, struct_cv; in ceph_redirect_decode() local
3526 struct_v = ceph_decode_8(p); in ceph_redirect_decode()
3530 struct_v, struct_cv); in ceph_redirect_decode()
4210 u8 struct_v; in decode_MOSDBackoff() local
4214 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff()
5002 u8 struct_v; in decode_watcher() local
5007 &struct_v, &struct_len); in decode_watcher()
5016 if (struct_v >= 2) { in decode_watcher()
5035 u8 struct_v; in decode_watchers() local
5041 &struct_v, &struct_len); in decode_watchers()