Lines Matching refs:struct_v
75 u8 struct_v, struct_compat; in parse_reply_info_quota() local
78 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_quota()
82 if (!struct_v || struct_compat != 1) in parse_reply_info_quota()
103 u8 struct_v = 0; in parse_reply_info_in() local
108 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_in()
112 if (!struct_v || struct_compat != 1) in parse_reply_info_in()
164 if (struct_v >= 2) { in parse_reply_info_in()
171 if (struct_v >= 3) { in parse_reply_info_in()
231 u8 struct_v, struct_compat; in parse_reply_info_dir() local
233 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_dir()
237 if (!struct_v || struct_compat != 1) in parse_reply_info_dir()
261 u8 struct_v, struct_compat; in parse_reply_info_lease() local
263 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_lease()
267 if (!struct_v || struct_compat != 1) in parse_reply_info_lease()
519 u8 struct_v, struct_compat; in parse_reply_info_create() local
523 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_create()
3739 u8 struct_v = 0; in reconnect_caps_cb() local
3774 struct_v = 2; in reconnect_caps_cb()
3786 if (struct_v >= 2) in reconnect_caps_cb()
3804 ceph_pagelist_encode_8(pagelist, struct_v); in reconnect_caps_cb()
3812 if (struct_v >= 2) in reconnect_caps_cb()
4861 u8 struct_v, struct_cv; in ceph_mdsc_handle_fsmap() local
4870 struct_v = ceph_decode_8(&p); in ceph_mdsc_handle_fsmap()