expanddir
static int expanddir(struct ext2fs_dinode *, char *);
if (expanddir(dp, pathbuf) == 0)
if (expanddir(dp, pathbuf) == 0)
static int expanddir(union dinode *, char *);
if (expanddir(vp, dp, pathbuf) == 0)
static int expanddir(struct uvnode *, union lfs_dinode *, char *);