/linux-6.3-rc2/net/ceph/ |
A D | auth_x_protocol.h | 11 __u8 struct_v; member 33 __u8 struct_v; member 38 __u8 struct_v; member 46 __u8 struct_v; member 65 __u8 struct_v; member 72 __u8 struct_v; member 79 __u8 struct_v; member 84 __u8 struct_v; member 95 __u8 struct_v; member
|
A D | osdmap.c | 1293 u8 struct_v; in get_osdmap_client_data_v() local 1296 if (struct_v >= 7) { in get_osdmap_client_data_v() 1329 struct_v = 0; in get_osdmap_client_data_v() 1332 *v = struct_v; in get_osdmap_client_data_v() 1669 u8 struct_v; in osdmap_decode() local 1720 if (struct_v >= 5) { in osdmap_decode() 1740 if (struct_v >= 8) in osdmap_decode() 1859 if (struct_v >= 7) in decode_new_up_state_weight() 1908 if (struct_v >= 5) in decode_new_up_state_weight() 1941 if (struct_v >= 7) in decode_new_up_state_weight() [all …]
|
A D | cls_lock_client.c | 253 u8 struct_v; in decode_locker() local 258 ret = ceph_start_decoding(p, end, 1, "locker_id_t", &struct_v, &len); in decode_locker() 269 ret = ceph_start_decoding(p, end, 1, "locker_info_t", &struct_v, &len); in decode_locker() 291 u8 struct_v; in decode_lockers() local 298 &struct_v, &struct_len); in decode_lockers()
|
A D | decode.c | 14 u8 struct_v; in ceph_decode_entity_addr_versioned() local 18 ret = ceph_start_decoding(p, end, 1, "entity_addr_t", &struct_v, in ceph_decode_entity_addr_versioned()
|
A D | auth_x.c | 64 hdr->struct_v = 1; in ceph_x_encrypt() 316 msg_b->struct_v = 2; in encrypt_authorizer() 389 msg_a->struct_v = 1; in ceph_x_build_authorizer() 392 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer() 529 auth->struct_v = 3; /* nautilus+ */ in ceph_x_build_request() 849 u8 struct_v; in decrypt_authorizer_reply() local 860 ceph_decode_8_safe(&dp, dend, struct_v, e_inval); in decrypt_authorizer_reply() 863 if (struct_v >= 2) { in decrypt_authorizer_reply()
|
A D | mon_client.c | 44 u8 struct_v; in decode_mon_info() local 47 ret = ceph_start_decoding(p, end, 1, "mon_info_t", &struct_v, in decode_mon_info() 77 u8 struct_v; in ceph_monmap_decode() local 85 ret = ceph_start_decoding(p, end, 6, "monmap", &struct_v, &struct_len); in ceph_monmap_decode() 89 dout("%s struct_v %d\n", __func__, struct_v); in ceph_monmap_decode() 92 if (struct_v >= 6) { in ceph_monmap_decode() 137 if (struct_v >= 6) in ceph_monmap_decode()
|
A D | osd_client.c | 1769 u8 struct_v; in decode_hoid() local 1778 if (struct_v < 4) { in decode_hoid() 3472 u8 struct_v, struct_cv; in ceph_oloc_decode() local 3480 if (struct_v < 3) { in ceph_oloc_decode() 3482 struct_v, struct_cv); in ceph_oloc_decode() 3503 if (struct_v >= 5) { in ceph_oloc_decode() 3524 if (struct_v >= 6) { in ceph_oloc_decode() 4237 u8 struct_v; in decode_MOSDBackoff() local 4946 u8 struct_v; in decode_watcher() local 4960 if (struct_v >= 2) { in decode_watcher() [all …]
|
/linux-6.3-rc2/include/linux/ceph/ |
A D | decode.h | 318 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat, in ceph_start_encoding() argument 321 ceph_encode_8(p, struct_v); in ceph_start_encoding() 337 const char *name, u8 *struct_v, in ceph_start_decoding() argument 343 *struct_v = ceph_decode_8(p); in ceph_start_decoding() 347 *struct_v, struct_compat, v, name); in ceph_start_decoding()
|
A D | ceph_fs.h | 888 __u8 struct_v; /* compat */ member
|
/linux-6.3-rc2/fs/ceph/ |
A D | mds_client.c | 76 u8 struct_v, struct_compat; in parse_reply_info_quota() local 104 u8 struct_v = 0; in parse_reply_info_in() local 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 269 u8 struct_v, struct_compat; in parse_reply_info_lease() local 3997 u8 struct_v = 0; in reconnect_caps_cb() local 4032 struct_v = 2; in reconnect_caps_cb() 4044 if (struct_v >= 2) in reconnect_caps_cb() [all …]
|
/linux-6.3-rc2/drivers/block/ |
A D | rbd.c | 1779 u8 struct_v; in decode_object_map_header() local 3755 u8 struct_v; in rbd_request_lock() local 3774 &struct_v, &len); in rbd_request_lock() 4180 if (struct_v >= 2) { in rbd_handle_acquired_lock() 4209 if (struct_v >= 2) { in rbd_handle_released_lock() 4245 if (struct_v >= 2) { in rbd_handle_request_lock() 4331 u8 struct_v = 0; in rbd_watch_cb() local 4340 &struct_v, &len); in rbd_watch_cb() 4357 rbd_handle_acquired_lock(rbd_dev, struct_v, &p); in rbd_watch_cb() 5566 u8 struct_v; in decode_parent_image_spec() local [all …]
|