Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h43 u8 dir2_fh_totlen; member
57 #define FANOTIFY_DIR2_FH_SIZE(info) ((info)->dir2_fh_totlen)
125 if (!info->dir2_fh_totlen || in fanotify_info_dir2_fh_len()
126 WARN_ON_ONCE(info->dir2_fh_totlen < FANOTIFY_FH_HDR_LEN)) in fanotify_info_dir2_fh_len()
129 return info->dir2_fh_totlen - FANOTIFY_FH_HDR_LEN; in fanotify_info_dir2_fh_len()
173 info->dir2_fh_totlen = 0; in fanotify_info_init()
183 if (WARN_ON_ONCE(info->dir2_fh_totlen > 0) || in fanotify_info_set_dir_fh()
200 info->dir2_fh_totlen = totlen; in fanotify_info_set_dir2_fh()
H A Dfanotify.c79 info1->dir2_fh_totlen != info2->dir2_fh_totlen || in fanotify_info_equal()
90 if (info1->dir2_fh_totlen && in fanotify_info_equal()