Home
last modified time | relevance | path

Searched refs:struct_len (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/ceph/
Ddecode.c11 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()
Dcls_lock_client.c286 u32 struct_len; in decode_lockers() local
292 &struct_v, &struct_len); in decode_lockers()
Dosd_client.c1791 u32 struct_len; in decode_hoid() local
1795 &struct_len); in decode_hoid()
4211 u32 struct_len; in decode_MOSDBackoff() local
4214 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff()
5003 u32 struct_len; in decode_watcher() local
5007 &struct_v, &struct_len); in decode_watcher()
5036 u32 struct_len; in decode_watchers() local
5041 &struct_v, &struct_len); in decode_watchers()
/kernel/linux/linux-5.10/include/linux/ceph/
Ddecode.h311 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()
Dceph_fs.h844 __le32 struct_len; member
/kernel/linux/linux-5.10/fs/ceph/
Dmds_client.c76 u32 struct_len; in parse_reply_info_quota() local
84 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_quota()
85 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_quota()
86 end = *p + struct_len; in parse_reply_info_quota()
106 u32 struct_len; in parse_reply_info_in() local
114 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_in()
115 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_in()
116 end = *p + struct_len; in parse_reply_info_in()
232 u32 struct_len; in parse_reply_info_dir() local
239 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_dir()
[all …]
/kernel/linux/linux-5.10/fs/dlm/
Duser.c697 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()
/kernel/linux/linux-5.10/drivers/block/
Drbd.c1843 u32 struct_len; in decode_object_map_header() local
1852 &struct_len); in decode_object_map_header()
5647 u32 struct_len; in decode_parent_image_spec() local
5651 &struct_v, &struct_len); in decode_parent_image_spec()