Searched refs:smb_node_getmntpath (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb2_setinfo_quota.c | 63 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) {
|
H A D | smb2_qinfo_quota.c | 75 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) {
|
H A D | smb_nt_transact_quota.c | 134 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { 270 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) {
|
H A D | smb_vss.c | 92 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) 185 err = smb_node_getmntpath(tnode, path, MAXPATHLEN);
|
H A D | smb_quota.c | 392 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) {
|
H A D | smb_node.c | 1030 * 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 D | smb_kproto.h | 563 int smb_node_getmntpath(smb_node_t *, char *, uint32_t);
|
Completed in 3464 milliseconds