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