Home
last modified time | relevance | path

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

/fs/ceph/
Dmds_client.c74 u32 struct_len; in parse_reply_info_quota() local
82 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_quota()
83 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_quota()
84 end = *p + struct_len; in parse_reply_info_quota()
104 u32 struct_len; in parse_reply_info_in() local
112 ceph_decode_32_safe(p, end, struct_len, bad); in parse_reply_info_in()
113 ceph_decode_need(p, end, struct_len, bad); in parse_reply_info_in()
114 end = *p + struct_len; in parse_reply_info_in()
230 u32 struct_len; in parse_reply_info_dir() local
237 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()