HomeSort by: relevance | last modified time | path
    Searched defs:vfs_vget (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/sys/
mount.h 197 int (*vfs_vget) (struct mount *, ino_t, int, struct vnode **); member in struct:vfsops
224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP)
mount.h 197 int (*vfs_vget) (struct mount *, ino_t, int, struct vnode **); member in struct:vfsops
224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP)

Completed in 22 milliseconds