Home
last modified time | relevance | path

Searched refs:defhp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c1964 struct defid *defhp; in msdosfs_vptofh() local
1969 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()
H A Dmsdosfs_vfsops.c1183 struct defid *defhp = (struct defid *) fhp; in msdosfs_fhtovp() local
1187 error = deget(pmp, defhp->defid_dirclust, defhp->defid_dirofs, in msdosfs_fhtovp()