Home
last modified time | relevance | path

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

/netbsd-src/sys/fs/msdosfs/
H A Dmsdosfs_vfsops.c1085 struct defid defh; in msdosfs_fhtovp() local
1093 memcpy(&defh, fhp, sizeof(defh)); in msdosfs_fhtovp()
1094 error = msdosfs_fh_lookup(pmp, defh.defid_dirclust, defh.defid_dirofs, in msdosfs_fhtovp()
1096 if (error == 0 && gen != defh.defid_gen) in msdosfs_fhtovp()
1102 error = msdosfs_deget(pmp, defh.defid_dirclust, defh.defid_dirofs, vpp); in msdosfs_fhtovp()
1122 struct defid defh; in msdosfs_vptofh() local
1131 memset(&defh, 0, sizeof(defh)); in msdosfs_vptofh()
1132 defh.defid_len = sizeof(struct defid); in msdosfs_vptofh()
1133 defh.defid_dirclust = dep->de_dirclust; in msdosfs_vptofh()
1134 defh.defid_dirofs = dep->de_diroffset; in msdosfs_vptofh()
[all …]