OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Sep 21 16:09:51 GMT 2025