Home
last modified time | relevance | path

Searched refs:ffs_vget (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/vfs/ufs/
H A Dffs_extern.h99 int ffs_vget(struct mount *, struct vnode *, ino_t, struct vnode **);
H A Dffs_vfsops.c79 .vfs_vget = ffs_vget,
1065 ffs_vget(struct mount *mp, struct vnode *dvp, ino_t ino, struct vnode **vpp) in ffs_vget() function
/dragonfly/sys/vfs/mfs/
H A Dmfs_vfsops.c109 .vfs_vget = ffs_vget,