Searched refs:defhp (Results 1 – 2 of 2) sorted by relevance
1970 struct defid *defhp; in msdosfs_vptofh() local1975 defhp = (struct defid *)ap->a_fhp; in msdosfs_vptofh()1976 defhp->defid_len = sizeof(struct defid); in msdosfs_vptofh()1977 defhp->defid_dirclust = dep->de_dirclust; in msdosfs_vptofh()1978 defhp->defid_dirofs = dep->de_diroffset; in msdosfs_vptofh()
1180 struct defid *defhp = (struct defid *) fhp; in msdosfs_fhtovp() local1184 error = deget(pmp, defhp->defid_dirclust, defhp->defid_dirofs, in msdosfs_fhtovp()