| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A 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
|
| H A 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()
|
| H A D | osdmap.c | 1277 u8 struct_v; in get_osdmap_client_data_v() local 1279 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v() 1280 if (struct_v >= 7) { in get_osdmap_client_data_v() 1286 struct_v, struct_compat, in get_osdmap_client_data_v() 1292 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v() 1296 struct_v, struct_compat, in get_osdmap_client_data_v() 1313 struct_v = 0; in get_osdmap_client_data_v() 1316 *v = struct_v; in get_osdmap_client_data_v() 1652 u8 struct_v; in osdmap_decode() local 1661 err = get_osdmap_client_data_v(p, end, "full", &struct_v); in osdmap_decode() [all …]
|
| H A 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()
|
| H A 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()
|
| H A D | osd_client.c | 1769 u8 struct_v; in decode_hoid() local 1773 ret = ceph_start_decoding(p, end, 4, "hobject_t", &struct_v, in decode_hoid() 1778 if (struct_v < 4) { in decode_hoid() 1779 pr_err("got struct_v %d < 4 of hobject_t\n", struct_v); in decode_hoid() 3468 u8 struct_v, struct_cv; in ceph_oloc_decode() local 3474 struct_v = ceph_decode_8(p); in ceph_oloc_decode() 3476 if (struct_v < 3) { in ceph_oloc_decode() 3478 struct_v, struct_cv); in ceph_oloc_decode() 3483 struct_v, struct_cv); in ceph_oloc_decode() 3499 if (struct_v >= 5) { in ceph_oloc_decode() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A 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()
|
| H A D | ceph_fs.h | 843 __u8 struct_v; /* compat */ member
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | mds_client.c | 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() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | rbd.c | 1842 u8 struct_v; in decode_object_map_header() local 1851 ret = ceph_start_decoding(p, end, 1, "BitVector header", &struct_v, in decode_object_map_header() 3820 u8 struct_v; in rbd_request_lock() local 3839 &struct_v, &len); in rbd_request_lock() 4236 static void rbd_handle_acquired_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_acquired_lock() argument 4241 if (struct_v >= 2) { in rbd_handle_acquired_lock() 4265 static void rbd_handle_released_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_released_lock() argument 4270 if (struct_v >= 2) { in rbd_handle_released_lock() 4299 static int rbd_handle_request_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_request_lock() argument 4306 if (struct_v >= 2) { in rbd_handle_request_lock() [all …]
|