Home
last modified time | relevance | path

Searched defs:VFS_VGET (Results 1 – 2 of 2) sorted by relevance

/netbsd/sbin/fsck_lfs/
H A Dvnode.c114 VFS_VGET(void *fs, ino_t ino) in VFS_VGET() function
/netbsd/sys/sys/
H A Dmount.h224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP) macro