parse_dir
static uint_t parse_dir(fileid_t *, int, struct hs_direct *);
if (parse_dir(filep, 0, &hsdep) > 0) {
dirp->loc += parse_dir(filep, off, &hsdep);
static uint_t parse_dir(fileid_t *, int, struct hs_direct *);
if ((int)(parse_dir(filep, 0, &hsdep)) > 0) {
dirp->loc += parse_dir(filep, off, &hsdep);