Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libbc/inc/include/sys/
H A Dvfs.h101 #define VFS_ROOT(VFSP, VPP) (*(VFSP)->vfs_op->vfs_root)(VFSP,VPP) macro
/onnv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vfs.c58 if ((rc = VFS_ROOT(vfsp, &rootvp)) != 0) { in smb_vfs_hold()
H A Dsmb_vss.c178 err = VFS_ROOT(tnode->vp->v_vfsp, &fsrootvp); in smb_vss_lookup_nodes()
H A Dsmb_node.c966 if (VFS_ROOT(vfsp, &root_vp)) in smb_node_getmntpath()
1094 if (VFS_ROOT(vp->v_vfsp, &root_vp) == 0) { in smb_node_alloc()
H A Dsmb_tree.c529 rc = VFS_ROOT(vfsp, &root); in smb_tree_acl_access()
/onnv-gate/usr/src/ucbhead/sys/
H A Dvfs.h159 #define VFS_ROOT(vfsp, vpp) (*(vfsp)->vfs_op->vfs_root)(vfsp, vpp) macro
/onnv-gate/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()
/onnv-gate/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.c358 (void) VFS_ROOT(vfsp, &lfs->lfs_realrootvp); in makelfsnode()
/onnv-gate/usr/src/uts/common/sys/
H A Dvfs.h359 #define VFS_ROOT(vfsp, vpp) fsop_root(vfsp, vpp) macro
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ctldir.c238 VERIFY(VFS_ROOT(zfsvfs->z_vfs, &rvp) == 0); in zfsctl_create()
464 err = VFS_ROOT(dvp->v_vfsp, vpp); in zfsctl_root_lookup()
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_subr.c1816 ep->error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_remap_file()
1896 ep->error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_remap_file()
2081 e.error = VFS_ROOT(mi->mi_vfsp, &rootvp); in nfs4_make_dotdot()
H A Dnfs4_stub_vnops.c710 error = VFS_ROOT(*vfsp, newvpp); in nfs4_trigger_mounted_already()
1927 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.c4498 error = VFS_ROOT(mi->mi_vfsp, &rootvp); in failover_remap()
/onnv-gate/usr/src/uts/common/fs/
H A Dvfs.c679 if (VFS_ROOT(&devices, &devicesdir)) in vfs_mountdevices()
757 if (VFS_ROOT(&dev, &devdir)) in vfs_mountdev1()
836 if (VFS_ROOT(rootvfs, &rootdir)) in vfs_mountroot()
H A Dlookup.c725 error = VFS_ROOT(vfsp, &tvp); in traverse()