Home
last modified time | relevance | path

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

/Linux-v5.15/fs/notify/fanotify/
Dfanotify.h43 u8 file_fh_totlen; member
95 if (!info->file_fh_totlen || in fanotify_info_file_fh_len()
96 WARN_ON_ONCE(info->file_fh_totlen < FANOTIFY_FH_HDR_LEN)) in fanotify_info_file_fh_len()
99 return info->file_fh_totlen - FANOTIFY_FH_HDR_LEN; in fanotify_info_file_fh_len()
109 return info->buf + info->dir_fh_totlen + info->file_fh_totlen; in fanotify_info_name()
115 info->file_fh_totlen = 0; in fanotify_info_init()
121 return info->dir_fh_totlen + info->file_fh_totlen + info->name_len; in fanotify_info_len()
128 strcpy(info->buf + info->dir_fh_totlen + info->file_fh_totlen, in fanotify_info_copy_name()
235 return info->file_fh_totlen ? fh->len : 0; in fanotify_event_object_fh_len()
Dfanotify.c79 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal()
88 if (info1->file_fh_totlen && in fanotify_info_equal()
549 info->file_fh_totlen = fanotify_encode_fh(ffh, child, in fanotify_alloc_name_event()