Searched defs:VFS_VGET (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | vfs.h | 104 #define VFS_VGET(VFSP, VPP, FIDP) (*(VFSP)->vfs_op->vfs_vget)(VFSP, VPP, FIDP) macro
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | vfs.h | 162 #define VFS_VGET(vfsp, vpp, fidp) \ macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | vfs.h | 371 #define VFS_VGET(vfsp, vpp, fidp) fsop_vget(vfsp, vpp, fidp) macro
|