Home
last modified time | relevance | path

Searched refs:info_len (Results 1 – 3 of 3) sorted by relevance

/fs/notify/fanotify/
Dfanotify_user.c59 int info_len = fh_len; in fanotify_fid_info_len() local
62 info_len += name_len + 1; in fanotify_fid_info_len()
64 return roundup(FANOTIFY_INFO_HDR_LEN + info_len, FANOTIFY_EVENT_ALIGN); in fanotify_fid_info_len()
73 int info_len = 0; in fanotify_event_info_len() local
77 info_len += fanotify_fid_info_len(dir_fh_len, info->name_len); in fanotify_event_info_len()
87 info_len += fanotify_fid_info_len(fh_len, dot_len); in fanotify_event_info_len()
89 return info_len; in fanotify_event_info_len()
236 size_t info_len = fanotify_fid_info_len(fh_len, name_len); in copy_info_to_user() local
237 size_t len = info_len; in copy_info_to_user()
240 __func__, fh_len, name_len, info_len, count); in copy_info_to_user()
[all …]
/fs/ceph/
Dmdsmap.c190 u32 info_len; in ceph_mdsmap_decode() local
193 info_len = ceph_decode_32(p); in ceph_mdsmap_decode()
194 info_end = *p + info_len; in ceph_mdsmap_decode()
Dmds_client.c4968 u32 info_len; in ceph_mdsc_handle_fsmap() local
4975 info_len = ceph_decode_32(&p); in ceph_mdsc_handle_fsmap()
4976 ceph_decode_need(&p, end, info_len, bad); in ceph_mdsc_handle_fsmap()
4978 info_end = p + info_len; in ceph_mdsc_handle_fsmap()