Searched refs:struct_len (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ceph/ |
| H A 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()
|
| H A D | cls_lock_client.c | 292 u32 struct_len; in decode_lockers() local 298 &struct_v, &struct_len); in decode_lockers()
|
| H A D | osd_client.c | 1827 u32 struct_len; in decode_hoid() local 1831 &struct_len); in decode_hoid() 4306 u32 struct_len; in decode_MOSDBackoff() local 4309 ret = ceph_start_decoding(&p, end, 1, "spg_t", &struct_v, &struct_len); in decode_MOSDBackoff() 4982 u32 struct_len; in decode_watcher() local 4986 &struct_v, &struct_len); in decode_watcher() 5015 u32 struct_len; in decode_watchers() local 5020 &struct_v, &struct_len); in decode_watchers()
|
| /linux/include/linux/ceph/ |
| H A 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()
|
| H A D | ceph_fs.h | 523 __le32 struct_len; /* to store size of struct ceph_mds_request_head */ member 906 __le32 struct_len; member
|
| /linux/fs/ceph/ |
| H A D | mds_client.c | 80 u32 struct_len; in parse_reply_info_quota() local 88 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_quota() 89 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_quota() 90 end = *p + struct_len; in parse_reply_info_quota() 110 u32 struct_len; in parse_reply_info_in() local 118 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_in() 119 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_in() 120 end = *p + struct_len; in parse_reply_info_in() 289 u32 struct_len; in parse_reply_info_dir() local 296 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_dir() [all …]
|
| /linux/fs/dlm/ |
| H A D | user.c | 706 int struct_len; in copy_result_to_user() local 736 struct_len = len; in copy_result_to_user() 761 if (copy_to_user(buf, resultptr, struct_len)) in copy_result_to_user()
|