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/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
Indexes created Tue Sep 30 17:09:57 GMT 2025