msdosfs_vfsops.c | 1085 struct defid defh; local in function:msdosfs_fhtovp 1093 memcpy(&defh, fhp, sizeof(defh)); 1094 error = msdosfs_fh_lookup(pmp, defh.defid_dirclust, defh.defid_dirofs, 1096 if (error == 0 && gen != defh.defid_gen) 1102 error = msdosfs_deget(pmp, defh.defid_dirclust, defh.defid_dirofs, vpp); 1122 struct defid defh; local in function:msdosfs_vptofh 1131 memset(&defh, 0, sizeof(defh)) [all...] |