Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/fanotify/
H A Dfanotify.h42 u8 dir_fh_totlen; member
56 #define FANOTIFY_DIR_FH_SIZE(info) ((info)->dir_fh_totlen)
109 if (!info->dir_fh_totlen || in fanotify_info_dir_fh_len()
110 WARN_ON_ONCE(info->dir_fh_totlen < FANOTIFY_FH_HDR_LEN)) in fanotify_info_dir_fh_len()
113 return info->dir_fh_totlen - FANOTIFY_FH_HDR_LEN; in fanotify_info_dir_fh_len()
172 info->dir_fh_totlen = 0; in fanotify_info_init()
189 info->dir_fh_totlen = totlen; in fanotify_info_set_dir_fh()
H A Dfanotify.c78 if (info1->dir_fh_totlen != info2->dir_fh_totlen || in fanotify_info_equal()
85 if (info1->dir_fh_totlen && in fanotify_info_equal()
117 if (!info1->dir_fh_totlen) in fanotify_name_event_equal()