Searched refs:smb_node_getpath (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vss.c | 245 err = smb_node_getpath(node, fsrootvp, p, MAXPATHLEN - len); in smb_vss_lookup_node()
|
H A D | smb_node.c | 1076 rc = smb_node_getpath(node, tree->t_snode->vp, buf, buflen); in smb_node_getshrpath() 1096 smb_node_getpath(smb_node_t *node, vnode_t *rootvp, char *buf, uint32_t buflen) in smb_node_getpath() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 561 int smb_node_getpath(smb_node_t *, vnode_t *, char *, uint32_t);
|