deget 298 msdosfs/denode.h int deget(struct msdosfsmount *, uint32_t, uint32_t, struct denode **); deget 489 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0) deget 521 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0) deget 553 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0) { deget 571 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, cluster, blkoff, &tdp)) != 0) deget 712 msdosfs/msdosfs_lookup.c return deget(pmp, dirclust, diroffset, depp); deget 870 msdosfs/msdosfs_lookup.c if ((error = deget(pmp, scn, 0, &dep)) != 0) deget 623 msdosfs/msdosfs_vfsops.c if ((error = deget(pmp, MSDOSFSROOT, MSDOSFSROOT_OFS, &ndep)) != 0) deget 752 msdosfs/msdosfs_vfsops.c error = deget(pmp, defhp->defid_dirclust, defhp->defid_dirofs, &dep);