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

  /src/sbin/fsck_lfs/
vnode.c 114 VFS_VGET(void *fs, ino_t ino)
189 return VFS_VGET(fs, ino);
  /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)

Completed in 12 milliseconds