Searched refs:smb_node_getmntpath (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_vss.c | 92 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) in smb_vss_ioctl_enumerate_snaps() 171 err = smb_node_getmntpath(tnode, path, MAXPATHLEN); in smb_vss_lookup_nodes()
|
H A D | smb_nt_transact_quota.c | 169 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb_nt_transact_query_quota() 302 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) { in smb_nt_transact_set_quota() 671 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb_quota_query_user_quota()
|
H A D | smb_node.c | 1025 smb_node_getmntpath(smb_node_t *node, char *buf, uint32_t buflen) in smb_node_getmntpath() function
|
/titanic_41/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 504 int smb_node_getmntpath(smb_node_t *, char *, uint32_t);
|