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

  /src/sys/ufs/ufs/
ufs_extern.h 176 int ufs_fhtovp(struct mount *, struct ufid *, int, struct vnode **);
ufs_vfsops.c 236 ufs_fhtovp(struct mount *mp, struct ufid *ufhp, int lktype, struct vnode **vpp) function in typeref:typename:int
  /src/sys/ufs/ffs/
ffs_vfsops.c 2347 return (ufs_fhtovp(mp, &ufh, lktype, vpp));

Completed in 41 milliseconds