| /Linux-v5.4/net/ceph/ |
| D | auth_x_protocol.h | 11 __u8 struct_v; member 33 __u8 struct_v; member 38 __u8 struct_v; member 45 __u8 struct_v; member 64 __u8 struct_v; member 71 __u8 struct_v; member 78 __u8 struct_v; member 83 __u8 struct_v; member 94 __u8 struct_v; member
|
| D | osdmap.c | 1089 u8 struct_v; in get_osdmap_client_data_v() local 1091 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v() 1092 if (struct_v >= 7) { in get_osdmap_client_data_v() 1098 struct_v, struct_compat, in get_osdmap_client_data_v() 1104 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v() 1108 struct_v, struct_compat, in get_osdmap_client_data_v() 1125 struct_v = 0; in get_osdmap_client_data_v() 1128 *v = struct_v; in get_osdmap_client_data_v() 1464 u8 struct_v; in osdmap_decode() local 1473 err = get_osdmap_client_data_v(p, end, "full", &struct_v); in osdmap_decode() [all …]
|
| D | decode.c | 10 u8 struct_v; in ceph_decode_entity_addr_versioned() local 14 ret = ceph_start_decoding(p, end, 1, "entity_addr_t", &struct_v, in ceph_decode_entity_addr_versioned()
|
| D | cls_lock_client.c | 247 u8 struct_v; in decode_locker() local 252 ret = ceph_start_decoding(p, end, 1, "locker_id_t", &struct_v, &len); in decode_locker() 263 ret = ceph_start_decoding(p, end, 1, "locker_info_t", &struct_v, &len); in decode_locker() 285 u8 struct_v; in decode_lockers() local 292 &struct_v, &struct_len); in decode_lockers()
|
| D | auth_x.c | 61 hdr->struct_v = 1; in ceph_x_encrypt() 313 msg_b->struct_v = 2; in encrypt_authorizer() 385 msg_a->struct_v = 1; in ceph_x_build_authorizer() 388 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer() 524 auth->struct_v = 1; in ceph_x_build_request()
|
| D | osd_client.c | 1730 u8 struct_v; in decode_hoid() local 1734 ret = ceph_start_decoding(p, end, 4, "hobject_t", &struct_v, in decode_hoid() 1739 if (struct_v < 4) { in decode_hoid() 1740 pr_err("got struct_v %d < 4 of hobject_t\n", struct_v); in decode_hoid() 3386 u8 struct_v, struct_cv; in ceph_oloc_decode() local 3392 struct_v = ceph_decode_8(p); in ceph_oloc_decode() 3394 if (struct_v < 3) { in ceph_oloc_decode() 3396 struct_v, struct_cv); in ceph_oloc_decode() 3401 struct_v, struct_cv); in ceph_oloc_decode() 3417 if (struct_v >= 5) { in ceph_oloc_decode() [all …]
|
| /Linux-v5.4/include/linux/ceph/ |
| D | decode.h | 310 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat, in ceph_start_encoding() argument 313 ceph_encode_8(p, struct_v); in ceph_start_encoding() 329 const char *name, u8 *struct_v, in ceph_start_decoding() argument 335 *struct_v = ceph_decode_8(p); in ceph_start_decoding() 339 *struct_v, struct_compat, v, name); in ceph_start_decoding()
|
| D | ceph_fs.h | 827 __u8 struct_v; /* compat */ member
|
| /Linux-v5.4/fs/ceph/ |
| D | mds_client.c | 73 u8 struct_v, struct_compat; in parse_reply_info_quota() local 76 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_quota() 80 if (!struct_v || struct_compat != 1) in parse_reply_info_quota() 101 u8 struct_v = 0; in parse_reply_info_in() local 106 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_in() 110 if (!struct_v || struct_compat != 1) in parse_reply_info_in() 162 if (struct_v >= 2) { in parse_reply_info_in() 169 if (struct_v >= 3) { in parse_reply_info_in() 229 u8 struct_v, struct_compat; in parse_reply_info_dir() local 231 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_dir() [all …]
|
| /Linux-v5.4/drivers/block/ |
| D | rbd.c | 1936 u8 struct_v; in decode_object_map_header() local 1945 ret = ceph_start_decoding(p, end, 1, "BitVector header", &struct_v, in decode_object_map_header() 3912 u8 struct_v; in rbd_request_lock() local 3931 &struct_v, &len); in rbd_request_lock() 4330 static void rbd_handle_acquired_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_acquired_lock() argument 4335 if (struct_v >= 2) { in rbd_handle_acquired_lock() 4363 static void rbd_handle_released_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_released_lock() argument 4368 if (struct_v >= 2) { in rbd_handle_released_lock() 4399 static int rbd_handle_request_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_request_lock() argument 4406 if (struct_v >= 2) { in rbd_handle_request_lock() [all …]
|