HomeSort by: relevance | last modified time | path
    Searched refs:msdosfs_deget (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/fs/msdosfs/
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 **);
msdosfs_lookup.c 500 error = msdosfs_deget(pmp, cluster, blkoff, vpp);
529 error = msdosfs_deget(pmp, cluster, blkoff, vpp);
536 } else if ((error = msdosfs_deget(pmp, cluster, blkoff, vpp)) != 0) {
694 error = msdosfs_deget(pmp, dirclust, diroffset, depp);
698 error = msdosfs_deget(pmp, dirclust, diroffset, &vp);
msdosfs_vfsops.c 975 if ((error = msdosfs_deget(pmp, MSDOSFSROOT, MSDOSFSROOT_OFS,
1102 error = msdosfs_deget(pmp, defh.defid_dirclust, defh.defid_dirofs, vpp);
msdosfs_denode.c 182 msdosfs_deget(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, function in typeref:typename:int
msdosfs_rename.c 694 error = msdosfs_deget(pmp, dotdot_cn,
  /src/usr.sbin/makefs/msdos/
msdosfs_denode.c 82 msdosfs_deget(struct msdosfsmount *pmp, u_long dirclust, u_long diroffset, function in typeref:typename:int
msdosfs_vfsops.c 426 if ((error = msdosfs_deget(pmp, MSDOSFSROOT, MSDOSFSROOT_OFS,

Completed in 14 milliseconds