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.c1970 struct defid *defhp; in msdosfs_vptofh() local
1975 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()
H A Dmsdosfs_vfsops.c1180 struct defid *defhp = (struct defid *) fhp; in msdosfs_fhtovp() local
1184 error = deget(pmp, defhp->defid_dirclust, defhp->defid_dirofs, in msdosfs_fhtovp()