Searched refs:struct_len (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | decode.h | 302 u32 struct_len) in ceph_start_encoding() argument 306 ceph_encode_32(p, struct_len); in ceph_start_encoding() 321 u32 *struct_len) in ceph_start_decoding() argument 334 *struct_len = ceph_decode_32(p); in ceph_start_decoding() 335 ceph_decode_need(p, end, *struct_len, bad); in ceph_start_decoding()
|
D | ceph_fs.h | 823 __le32 struct_len; member
|
/Linux-v4.19/net/ceph/ |
D | cls_lock_client.c | 282 u32 struct_len; in decode_lockers() local 288 &struct_v, &struct_len); in decode_lockers()
|
D | osd_client.c | 1643 u32 struct_len; in decode_hoid() local 1647 &struct_len); in decode_hoid() 4021 u32 struct_len; in decode_MOSDBackoff() local 4024 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff() 4809 u32 struct_len; in decode_watcher() local 4813 &struct_v, &struct_len); in decode_watcher() 4836 u32 struct_len; in decode_watchers() local 4841 &struct_v, &struct_len); in decode_watchers()
|
/Linux-v4.19/fs/dlm/ |
D | user.c | 699 int struct_len; in copy_result_to_user() local 729 struct_len = len; in copy_result_to_user() 754 if (copy_to_user(buf, resultptr, struct_len)) in copy_result_to_user()
|
/Linux-v4.19/fs/ceph/ |
D | mds_client.c | 105 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() 3015 size_t struct_len, total_len = 0; in encode_caps_cb() local 3056 struct_len = 2 * sizeof(u32) + in encode_caps_cb() 3059 rec.v2.flock_len = cpu_to_le32(struct_len); in encode_caps_cb() 3061 struct_len += sizeof(rec.v2); in encode_caps_cb() 3062 struct_len += sizeof(u32) + pathlen; in encode_caps_cb() 3065 struct_len += sizeof(u64); /* snap_follows */ in encode_caps_cb() 3067 total_len += struct_len; in encode_caps_cb() [all …]
|
/Linux-v4.19/drivers/block/ |
D | rbd.c | 4606 u32 struct_len; in decode_parent_image_spec() local 4610 &struct_v, &struct_len); in decode_parent_image_spec()
|