Home
last modified time | relevance | path

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

/linux-6.6.21/fs/notify/fanotify/
Dfanotify.c611 unsigned int dir2_fh_len = fanotify_encode_fh_len(dir2); in fanotify_alloc_name_event() local
621 if (dir2_fh_len) in fanotify_alloc_name_event()
622 size += FANOTIFY_FH_HDR_LEN + dir2_fh_len; in fanotify_alloc_name_event()
639 if (dir2_fh_len) { in fanotify_alloc_name_event()
641 len = fanotify_encode_fh(dfh, dir2, dir2_fh_len, hash, 0); in fanotify_alloc_name_event()
663 if (dir2_fh_len) { in fanotify_alloc_name_event()
665 __func__, dir2_fh_len, info->name2_len, in fanotify_alloc_name_event()
Dfanotify_user.c144 int dir2_fh_len = fanotify_event_dir2_fh_len(event); in fanotify_dir_name_info_len() local
150 if (dir2_fh_len) in fanotify_dir_name_info_len()
151 info_len += fanotify_fid_info_len(dir2_fh_len, in fanotify_dir_name_info_len()