Lines Matching refs:struct_v
1828 u8 struct_v; in decode_hoid() local
1832 ret = ceph_start_decoding(p, end, 4, "hobject_t", &struct_v, in decode_hoid()
1837 if (struct_v < 4) { in decode_hoid()
1838 pr_err("got struct_v %d < 4 of hobject_t\n", struct_v); in decode_hoid()
3541 u8 struct_v, struct_cv; in ceph_oloc_decode() local
3547 struct_v = ceph_decode_8(p); in ceph_oloc_decode()
3549 if (struct_v < 3) { in ceph_oloc_decode()
3551 struct_v, struct_cv); in ceph_oloc_decode()
3556 struct_v, struct_cv); in ceph_oloc_decode()
3572 if (struct_v >= 5) { in ceph_oloc_decode()
3593 if (struct_v >= 6) { in ceph_oloc_decode()
3614 u8 struct_v, struct_cv; in ceph_redirect_decode() local
3620 struct_v = ceph_decode_8(p); in ceph_redirect_decode()
3624 struct_v, struct_cv); in ceph_redirect_decode()
4307 u8 struct_v; in decode_MOSDBackoff() local
4311 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff()
4983 u8 struct_v; in decode_watcher() local
4988 &struct_v, &struct_len); in decode_watcher()
4997 if (struct_v >= 2) { in decode_watcher()
5016 u8 struct_v; in decode_watchers() local
5022 &struct_v, &struct_len); in decode_watchers()