Searched defs:VFS_VGET (Results 1 - 2 of 2) sorted by relevance
| /src/sbin/fsck_lfs/ | ||
| H A D | vnode.c | 114 VFS_VGET(void *fs, ino_t ino) function in typeref:struct:uvnode * |
| /src/sys/sys/ | ||
| H A D | mount.h | 224 #define VFS_VGET(MP, INO, LK, VPP) (*(MP)->mnt_op->vfs_vget)(MP, INO, LK, VPP) macro |
Completed in 3 milliseconds