Lines Matching refs:struct_v
76 u8 struct_v, struct_compat; in parse_reply_info_quota() local
79 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_quota()
83 if (!struct_v || struct_compat != 1) in parse_reply_info_quota()
104 u8 struct_v = 0; in parse_reply_info_in() local
109 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_in()
113 if (!struct_v || struct_compat != 1) in parse_reply_info_in()
165 if (struct_v >= 2) { in parse_reply_info_in()
172 if (struct_v >= 3) { in parse_reply_info_in()
181 if (struct_v >= 4) { in parse_reply_info_in()
239 u8 struct_v, struct_compat; in parse_reply_info_dir() local
241 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_dir()
245 if (!struct_v || struct_compat != 1) in parse_reply_info_dir()
269 u8 struct_v, struct_compat; in parse_reply_info_lease() local
271 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_lease()
275 if (!struct_v || struct_compat != 1) in parse_reply_info_lease()
3847 u8 struct_v = 0; in reconnect_caps_cb() local
3882 struct_v = 2; in reconnect_caps_cb()
3894 if (struct_v >= 2) in reconnect_caps_cb()
3912 ceph_pagelist_encode_8(pagelist, struct_v); in reconnect_caps_cb()
3920 if (struct_v >= 2) in reconnect_caps_cb()