Home
last modified time | relevance | path

Searched refs:defid (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/fs/msdosfs/
H A Ddenode.h257 struct defid { struct
H A Dmsdosfs_vnops.c1970 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()
H A Dmsdosfs_vfsops.c1180 struct defid *defhp = (struct defid *) fhp; in msdosfs_fhtovp()