Home
last modified time | relevance | path

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

/linux/fs/notify/fanotify/
H A Dfanotify.c647 unsigned int dir2_fh_len = fanotify_encode_fh_len(dir2); in fanotify_alloc_name_event() local
657 if (dir2_fh_len) in fanotify_alloc_name_event()
658 size += FANOTIFY_FH_HDR_LEN + dir2_fh_len; in fanotify_alloc_name_event()
675 if (dir2_fh_len) { in fanotify_alloc_name_event()
677 len = fanotify_encode_fh(dfh, dir2, dir2_fh_len, hash, 0); in fanotify_alloc_name_event()
699 if (dir2_fh_len) { in fanotify_alloc_name_event()
701 __func__, dir2_fh_len, info->name2_len, in fanotify_alloc_name_event()
H A Dfanotify_user.c240 int dir2_fh_len = fanotify_event_dir2_fh_len(event); in fanotify_dir_name_info_len() local
246 if (dir2_fh_len) in fanotify_dir_name_info_len()
247 info_len += fanotify_fid_info_len(dir2_fh_len, in fanotify_dir_name_info_len()