Searched refs:defhp (Results 1 – 2 of 2) sorted by relevance
1964 struct defid *defhp; in msdosfs_vptofh() local1969 defhp = (struct defid *)ap->a_fhp; in msdosfs_vptofh()1970 defhp->defid_len = sizeof(struct defid); in msdosfs_vptofh()1971 defhp->defid_dirclust = dep->de_dirclust; in msdosfs_vptofh()1972 defhp->defid_dirofs = dep->de_diroffset; in msdosfs_vptofh()
1183 struct defid *defhp = (struct defid *) fhp; in msdosfs_fhtovp() local1187 error = deget(pmp, defhp->defid_dirclust, defhp->defid_dirofs, in msdosfs_fhtovp()