Home
last modified time | relevance | path

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

/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 …]
/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()