Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h104 #define VFS_VGET(VFSP, VPP, FIDP) (*(VFSP)->vfs_op->vfs_vget)(VFSP, VPP, FIDP) macro
/titanic_44/usr/src/ucbhead/sys/
H A Dvfs.h162 #define VFS_VGET(vfsp, vpp, fidp) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvfs.h371 #define VFS_VGET(vfsp, vpp, fidp) fsop_vget(vfsp, vpp, fidp) macro