Searched refs:file_fh_totlen (Results 1 – 2 of 2) sorted by relevance
44 u8 file_fh_totlen; member58 #define FANOTIFY_FILE_FH_SIZE(info) ((info)->file_fh_totlen)139 if (!info->file_fh_totlen || in fanotify_info_file_fh_len()140 WARN_ON_ONCE(info->file_fh_totlen < FANOTIFY_FH_HDR_LEN)) in fanotify_info_file_fh_len()143 return info->file_fh_totlen - FANOTIFY_FH_HDR_LEN; in fanotify_info_file_fh_len()174 info->file_fh_totlen = 0; in fanotify_info_init()184 WARN_ON_ONCE(info->file_fh_totlen > 0) || in fanotify_info_set_dir_fh()195 if (WARN_ON_ONCE(info->file_fh_totlen > 0) || in fanotify_info_set_dir2_fh()210 info->file_fh_totlen = totlen; in fanotify_info_set_file_fh()364 return info->file_fh_totlen ? fh->len : 0; in fanotify_event_object_fh_len()
74 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal()89 if (info1->file_fh_totlen && in fanotify_info_equal()