Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_node.c1126 vnode_t *vp, *root_vp; in smb_node_getmntpath() local
1137 if (VFS_ROOT(vfsp, &root_vp)) in smb_node_getmntpath()
1143 err = vnodetopath(NULL, root_vp, buf, buflen, zone_kcred()); in smb_node_getmntpath()
1146 VN_RELE(root_vp); in smb_node_getmntpath()