Searched refs:defid (Results 1 – 3 of 3) sorted by relevance
257 struct defid { struct
1970 struct defid *defhp; in msdosfs_vptofh()1971 _Static_assert(sizeof(struct defid) <= sizeof(struct fid), in msdosfs_vptofh()1975 defhp = (struct defid *)ap->a_fhp; in msdosfs_vptofh()1976 defhp->defid_len = sizeof(struct defid); in msdosfs_vptofh()
1180 struct defid *defhp = (struct defid *) fhp; in msdosfs_fhtovp()