Searched refs:VFS_VGET (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/ucbhead/sys/ |
H A D | vfs.h | 160 #define VFS_VGET(vfsp, vpp, fidp) \ macro
|
/illumos-gate/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vfsops.c | 553 return (VFS_VGET(realrootvp->v_vfsp, vpp, fidp)); in lo_vget()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | vfs.h | 360 #define VFS_VGET(vfsp, vpp, fidp) fsop_vget(vfsp, vpp, fidp) macro
|
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2570 error = VFS_VGET(vfsp, &vp, fidp); in nfs_fhtovp() 2616 error = VFS_VGET(vfsp, &vp, fidp); in nfs3_fhtovp() 2678 error = VFS_VGET(vfsp, &vp, fidp); in nfs4_fhtovp()
|
/illumos-gate/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 182 error = VFS_VGET(vfsp, &vp, (fid_t *)&(fh->_fh3_len)); in lm_fhtovp()
|
/illumos-gate/usr/src/uts/common/fs/ |
H A D | xattr.c | 1707 error = VFS_VGET(vfsp, &pvp, fidp); in xattr_dir_vget()
|