Lines Matching defs:dir_fh_totlen
41 u8 dir_fh_totlen;
48 * (optional) file_fh starts at buf[dir_fh_totlen]
49 * name starts at buf[dir_fh_totlen + file_fh_totlen]
78 if (!info->dir_fh_totlen ||
79 WARN_ON_ONCE(info->dir_fh_totlen < FANOTIFY_FH_HDR_LEN))
82 return info->dir_fh_totlen - FANOTIFY_FH_HDR_LEN;
103 return (struct fanotify_fh *)(info->buf + info->dir_fh_totlen);
108 return info->buf + info->dir_fh_totlen + info->file_fh_totlen;
113 info->dir_fh_totlen = 0;
122 strcpy(info->buf + info->dir_fh_totlen + info->file_fh_totlen,