Searched refs:dir_fh_totlen (Results 1 – 2 of 2) sorted by relevance
42 u8 dir_fh_totlen; member79 if (!info->dir_fh_totlen || in fanotify_info_dir_fh_len()80 WARN_ON_ONCE(info->dir_fh_totlen < FANOTIFY_FH_HDR_LEN)) in fanotify_info_dir_fh_len()83 return info->dir_fh_totlen - FANOTIFY_FH_HDR_LEN; in fanotify_info_dir_fh_len()104 return (struct fanotify_fh *)(info->buf + info->dir_fh_totlen); in fanotify_info_file_fh()109 return info->buf + info->dir_fh_totlen + info->file_fh_totlen; in fanotify_info_name()114 info->dir_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()
78 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal()83 if (info1->dir_fh_totlen && in fanotify_info_equal()105 if (!info1->dir_fh_totlen) in fanotify_name_event_equal()546 info->dir_fh_totlen = fanotify_encode_fh(dfh, id, dir_fh_len, hash, 0); in fanotify_alloc_name_event()