Searched refs:struct_len (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.15/net/ceph/ |
| D | decode.c | 15 u32 struct_len, addr_len; in ceph_decode_entity_addr_versioned() local 19 &struct_len); in ceph_decode_entity_addr_versioned() 24 struct_end = *p + struct_len; in ceph_decode_entity_addr_versioned()
|
| D | cls_lock_client.c | 292 u32 struct_len; in decode_lockers() local 298 &struct_v, &struct_len); in decode_lockers()
|
| D | mon_client.c | 43 u32 struct_len; in decode_mon_info() local 48 &struct_len); in decode_mon_info() 52 mon_info_end = *p + struct_len; in decode_mon_info() 74 u32 struct_len; in ceph_monmap_decode() local 85 ret = ceph_start_decoding(p, end, 6, "monmap", &struct_v, &struct_len); in ceph_monmap_decode()
|
| D | osd_client.c | 1791 u32 struct_len; in decode_hoid() local 1795 &struct_len); in decode_hoid() 4213 u32 struct_len; in decode_MOSDBackoff() local 4216 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff() 5005 u32 struct_len; in decode_watcher() local 5009 &struct_v, &struct_len); in decode_watcher() 5038 u32 struct_len; in decode_watchers() local 5043 &struct_v, &struct_len); in decode_watchers()
|
| /Linux-v5.15/include/linux/ceph/ |
| D | decode.h | 319 u32 struct_len) in ceph_start_encoding() argument 323 ceph_encode_32(p, struct_len); in ceph_start_encoding() 338 u32 *struct_len) in ceph_start_decoding() argument 351 *struct_len = ceph_decode_32(p); in ceph_start_decoding() 352 ceph_decode_need(p, end, *struct_len, bad); in ceph_start_decoding()
|
| D | ceph_fs.h | 887 __le32 struct_len; member
|
| /Linux-v5.15/fs/ceph/ |
| D | mds_client.c | 77 u32 struct_len; in parse_reply_info_quota() local 85 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_quota() 86 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_quota() 87 end = *p + struct_len; in parse_reply_info_quota() 107 u32 struct_len; in parse_reply_info_in() local 115 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_in() 116 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_in() 117 end = *p + struct_len; in parse_reply_info_in() 240 u32 struct_len; in parse_reply_info_dir() local 247 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_dir() [all …]
|
| /Linux-v5.15/fs/dlm/ |
| D | user.c | 697 int struct_len; in copy_result_to_user() local 727 struct_len = len; in copy_result_to_user() 752 if (copy_to_user(buf, resultptr, struct_len)) in copy_result_to_user()
|
| /Linux-v5.15/drivers/block/ |
| D | rbd.c | 1781 u32 struct_len; in decode_object_map_header() local 1790 &struct_len); in decode_object_map_header() 5574 u32 struct_len; in decode_parent_image_spec() local 5578 &struct_v, &struct_len); in decode_parent_image_spec()
|