Searched refs:VFS_VGET (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_ioctl.c | 1243 error = VFS_VGET(fscp->fs_backvfsp, &backvp, tmpfidp); in cachefs_io_getattrfid() 1293 error = VFS_VGET(fscp->fs_backvfsp, &pbackvp, tmpfidp); in cachefs_io_getattrname() 1379 error = VFS_VGET(fscp->fs_backvfsp, &backvp, tmpfidp); in cachefs_io_pushback() 1519 error = VFS_VGET(fscp->fs_backvfsp, &dvp, tmpfidp); in cachefs_io_create() 1606 error = VFS_VGET(fscp->fs_backvfsp, &dvp, child_fidp); in cachefs_io_remove() 1634 error = VFS_VGET(fscp->fs_backvfsp, &cvp, &child_fid); in cachefs_io_remove() 1682 error = VFS_VGET(fscp->fs_backvfsp, &dvp, tmpfidp); in cachefs_io_link() 1691 error = VFS_VGET(fscp->fs_backvfsp, &lvp, tmpfidp); in cachefs_io_link() 1754 error = VFS_VGET(fscp->fs_backvfsp, &odvp, child_fidp); in cachefs_io_rename() 1763 error = VFS_VGET(fscp->fs_backvfsp, &ndvp, child_fidp); in cachefs_io_rename() [all …]
|
H A D | cachefs_subr.c | 1179 error = VFS_VGET(fgp->fg_dirvp->v_vfsp, &cp->c_frontvp, in cachefs_getfrontfile() 1279 error = VFS_VGET(fgp->fg_dirvp->v_vfsp, &cp->c_frontvp, in cachefs_inval_object() 1950 error = VFS_VGET(fscp->fs_backvfsp, &cp->c_backvp, in cachefs_getbackvp()
|
/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/fs/lofs/ |
H A D | lofs_vfsops.c | 534 return (VFS_VGET(realrootvp->v_vfsp, vpp, fidp)); in lo_vget()
|
/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
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_export.c | 2312 error = VFS_VGET(vfsp, &vp, fidp); in nfs_fhtovp() 2358 error = VFS_VGET(vfsp, &vp, fidp); in nfs3_fhtovp() 2420 error = VFS_VGET(vfsp, &vp, fidp); in nfs4_fhtovp()
|
/titanic_44/usr/src/uts/common/klm/ |
H A D | nlm_service.c | 181 error = VFS_VGET(vfsp, &vp, (fid_t *)&(fh->_fh3_len)); in lm_fhtovp()
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | xattr.c | 1598 error = VFS_VGET(vfsp, &pvp, fidp); in xattr_dir_vget()
|