Home
last modified time | relevance | path

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

/fs/ceph/
Dmds_client.c77 u32 struct_len; in parse_reply_info_quota() local
85 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_quota()
86 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_quota()
87 end = *p + struct_len; in parse_reply_info_quota()
107 u32 struct_len; in parse_reply_info_in() local
115 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_in()
116 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_in()
117 end = *p + struct_len; in parse_reply_info_in()
240 u32 struct_len; in parse_reply_info_dir() local
247 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_dir()
[all …]
/fs/dlm/
Duser.c718 int struct_len; in copy_result_to_user() local
748 struct_len = len; in copy_result_to_user()
773 if (copy_to_user(buf, resultptr, struct_len)) in copy_result_to_user()