Searched refs:smb_node_getmntpath (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_setinfo_quota.c63 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) {
H A Dsmb2_qinfo_quota.c75 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) {
H A Dsmb_nt_transact_quota.c134 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) {
270 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) {
H A Dsmb_vss.c92 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0)
185 err = smb_node_getmntpath(tnode, path, MAXPATHLEN);
H A Dsmb_quota.c392 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) {
H A Dsmb_node.c1030 * smb_node_getmntpath
1033 smb_node_getmntpath(smb_node_t *node, char *buf, uint32_t buflen) function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h563 int smb_node_getmntpath(smb_node_t *, char *, uint32_t);

Completed in 3464 milliseconds