Lines Matching refs:struct_v
1849 u8 struct_v; in decode_hoid() local
1853 ret = ceph_start_decoding(p, end, 4, "hobject_t", &struct_v, in decode_hoid()
1858 if (struct_v < 4) { in decode_hoid()
1859 pr_err("got struct_v %d < 4 of hobject_t\n", struct_v); in decode_hoid()
3562 u8 struct_v, struct_cv; in ceph_oloc_decode() local
3568 struct_v = ceph_decode_8(p); in ceph_oloc_decode()
3570 if (struct_v < 3) { in ceph_oloc_decode()
3572 struct_v, struct_cv); in ceph_oloc_decode()
3577 struct_v, struct_cv); in ceph_oloc_decode()
3593 if (struct_v >= 5) { in ceph_oloc_decode()
3614 if (struct_v >= 6) { in ceph_oloc_decode()
3635 u8 struct_v, struct_cv; in ceph_redirect_decode() local
3641 struct_v = ceph_decode_8(p); in ceph_redirect_decode()
3645 struct_v, struct_cv); in ceph_redirect_decode()
4328 u8 struct_v; in decode_MOSDBackoff() local
4332 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff()
5038 u8 struct_v; in decode_watcher() local
5043 &struct_v, &struct_len); in decode_watcher()
5052 if (struct_v >= 2) { in decode_watcher()
5071 u8 struct_v; in decode_watchers() local
5077 &struct_v, &struct_len); in decode_watchers()