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.c1964 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()
H A Dmsdosfs_vfsops.c1183 struct defid *defhp = (struct defid *) fhp; in msdosfs_fhtovp()