Searched refs:msdosfs_deget (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/fs/msdosfs/ |
| D | msdosfs_lookup.c | 500 error = msdosfs_deget(pmp, cluster, blkoff, vpp); in msdosfs_lookup() 529 error = msdosfs_deget(pmp, cluster, blkoff, vpp); in msdosfs_lookup() 536 } else if ((error = msdosfs_deget(pmp, cluster, blkoff, vpp)) != 0) { in msdosfs_lookup() 694 error = msdosfs_deget(pmp, dirclust, diroffset, depp); in msdosfs_createde() 698 error = msdosfs_deget(pmp, dirclust, diroffset, &vp); in msdosfs_createde()
|
| D | denode.h | 315 int msdosfs_deget(struct msdosfsmount *, u_long, u_long, struct denode **); 317 int msdosfs_deget(struct msdosfsmount *, u_long, u_long, struct vnode **);
|
| D | msdosfs_vfsops.c | 975 if ((error = msdosfs_deget(pmp, MSDOSFSROOT, MSDOSFSROOT_OFS, in msdosfs_root() 1102 error = msdosfs_deget(pmp, defh.defid_dirclust, defh.defid_dirofs, vpp); in msdosfs_fhtovp()
|
| D | msdosfs_denode.c | 182 msdosfs_deget(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, in msdosfs_deget() function
|
| D | msdosfs_rename.c | 694 error = msdosfs_deget(pmp, dotdot_cn, in msdosfs_gro_genealogy()
|
| /netbsd/src/usr.sbin/makefs/msdos/ |
| D | msdosfs_denode.c | 82 msdosfs_deget(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, in msdosfs_deget() function
|
| D | msdosfs_vfsops.c | 426 if ((error = msdosfs_deget(pmp, MSDOSFSROOT, MSDOSFSROOT_OFS, in msdosfs_root()
|