Lines Matching defs:file_fh_totlen
44 u8 file_fh_totlen;
53 * name starts at buf[dir_fh_totlen + dir2_fh_totlen + file_fh_totlen]
58 #define FANOTIFY_FILE_FH_SIZE(info) ((info)->file_fh_totlen)
139 if (!info->file_fh_totlen ||
140 WARN_ON_ONCE(info->file_fh_totlen < FANOTIFY_FH_HDR_LEN))
143 return info->file_fh_totlen - FANOTIFY_FH_HDR_LEN;
174 info->file_fh_totlen = 0;
184 WARN_ON_ONCE(info->file_fh_totlen > 0) ||
195 if (WARN_ON_ONCE(info->file_fh_totlen > 0) ||
210 info->file_fh_totlen = totlen;
364 return info->file_fh_totlen ? fh->len : 0;