Searched refs:struct_len (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/net/ceph/ |
D | decode.c | 11 u32 struct_len, addr_len; in ceph_decode_entity_addr_versioned() local 15 &struct_len); in ceph_decode_entity_addr_versioned() 20 struct_end = *p + struct_len; in ceph_decode_entity_addr_versioned()
|
D | cls_lock_client.c | 286 u32 struct_len; in decode_lockers() local 292 &struct_v, &struct_len); in decode_lockers()
|
D | osd_client.c | 1731 u32 struct_len; in decode_hoid() local 1735 &struct_len); in decode_hoid() 4131 u32 struct_len; in decode_MOSDBackoff() local 4134 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff() 4925 u32 struct_len; in decode_watcher() local 4929 &struct_v, &struct_len); in decode_watcher() 4958 u32 struct_len; in decode_watchers() local 4963 &struct_v, &struct_len); in decode_watchers()
|
/Linux-v5.4/include/linux/ceph/ |
D | decode.h | 311 u32 struct_len) in ceph_start_encoding() argument 315 ceph_encode_32(p, struct_len); in ceph_start_encoding() 330 u32 *struct_len) in ceph_start_decoding() argument 343 *struct_len = ceph_decode_32(p); in ceph_start_decoding() 344 ceph_decode_need(p, end, *struct_len, bad); in ceph_start_decoding()
|
D | ceph_fs.h | 829 __le32 struct_len; member
|
/Linux-v5.4/fs/ceph/ |
D | mds_client.c | 74 u32 struct_len; in parse_reply_info_quota() local 82 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_quota() 83 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_quota() 84 end = *p + struct_len; in parse_reply_info_quota() 104 u32 struct_len; in parse_reply_info_in() local 112 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_in() 113 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_in() 114 end = *p + struct_len; in parse_reply_info_in() 230 u32 struct_len; in parse_reply_info_dir() local 237 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_dir() [all …]
|
/Linux-v5.4/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.4/drivers/block/ |
D | rbd.c | 1937 u32 struct_len; in decode_object_map_header() local 1946 &struct_len); in decode_object_map_header() 5798 u32 struct_len; in decode_parent_image_spec() local 5802 &struct_v, &struct_len); in decode_parent_image_spec()
|