Home
last modified time | relevance | path

Searched refs:VFS_ROOT (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h101 #define VFS_ROOT(VFSP, VPP) (*(VFSP)->vfs_op->vfs_root)(VFSP,VPP) macro
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vfs.c59 if ((rc = VFS_ROOT(vfsp, &rootvp)) != 0) { in smb_vfs_hold()
H A Dsmb_vss.c200 err = VFS_ROOT(tnode->vp->v_vfsp, &fsrootvp); in smb_vss_lookup_nodes()
H A Dsmb_node.c1046 if (VFS_ROOT(vfsp, &root_vp)) in smb_node_getmntpath()
1175 if (VFS_ROOT(vp->v_vfsp, &root_vp) == 0) { in smb_node_alloc()
H A Dsmb_tree.c548 rc = VFS_ROOT(vfsp, &root); in smb_tree_acl_access()
/titanic_50/usr/src/ucbhead/sys/
H A Dvfs.h159 #define VFS_ROOT(vfsp, vpp) (*(vfsp)->vfs_op->vfs_root)(vfsp, vpp) macro
/titanic_50/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c215 error = VFS_ROOT(vfsp, &newvp); in auto_getattr()
461 error = VFS_ROOT(vfsp, &newvp); in auto_lookup()
1455 error = VFS_ROOT(vfsp, newvp); in auto_trigger_mount()
1525 error = VFS_ROOT(vfsp, newvp); in auto_trigger_mount()
H A Dauto_subr.c1252 error = VFS_ROOT(mvfsp, &newvp); in auto_perform_actions()
1697 error = VFS_ROOT(vfsp, &newvp); in auto_getmntpnt()
2421 if (VFS_ROOT(vfsp, &newvp)) { in unmount_subtree()
/titanic_50/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c392 error = VFS_ROOT(vfsp, &tvp); in lo_lookup()
590 error = VFS_ROOT(realdvp->v_vfsp, &tvp); in lo_lookup()
616 error = VFS_ROOT(vp->v_vfsp, &tvp); in lo_lookup()
H A Dlofs_subr.c356 (void) VFS_ROOT(vfsp, &lfs->lfs_realrootvp); in makelfsnode()
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_lookup.c526 error = VFS_ROOT(vfsp, &tvp); in traverse()
/titanic_50/usr/src/uts/common/sys/
H A Dvfs.h361 #define VFS_ROOT(vfsp, vpp) fsop_root(vfsp, vpp) macro
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c241 VERIFY(VFS_ROOT(zfsvfs->z_vfs, &rvp) == 0); in zfsctl_create()
467 err = VFS_ROOT(dvp->v_vfsp, vpp); in zfsctl_root_lookup()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1819 ep->error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_remap_file()
1899 ep->error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_remap_file()
2084 e.error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_make_dotdot()
H A Dnfs4_stub_vnops.c706 error = VFS_ROOT(*vfsp, newvpp); in nfs4_trigger_mounted_already()
1934 retval = VFS_ROOT(*vfsp, newvpp); in nfs4_trigger_domount()
H A Dnfs4_recovery.c2071 e.error = VFS_ROOT(vp->v_vfsp, &rootvp); in recov_stale()
H A Dnfs_subr.c4559 error = VFS_ROOT(mi->mi_vfsp, &rootvp); in failover_remap()
/titanic_50/usr/src/uts/common/fs/
H A Dlookup.c723 error = VFS_ROOT(vfsp, &tvp); in traverse()
H A Dvfs.c737 if (VFS_ROOT(&devices, &devicesdir)) in vfs_mountdevices()
815 if (VFS_ROOT(&dev, &devdir)) in vfs_mountdev1()
903 if (VFS_ROOT(rootvfs, &rootdir)) in vfs_mountroot()