Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h44 u8 file_fh_totlen; member
58 #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()
H A Dfanotify.c80 info1->file_fh_totlen != info2->file_fh_totlen || in fanotify_info_equal()
95 if (info1->file_fh_totlen && in fanotify_info_equal()