Searched refs:smb_node_getmntpath (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_nt_transact_quota.c | 134 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb_nt_transact_query_quota() 270 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) { in smb_nt_transact_set_quota()
|
H A D | smb2_setinfo_quota.c | 63 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) { in smb2_setinfo_quota()
|
H A D | smb2_qinfo_quota.c | 75 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb2_qinfo_quota()
|
H A D | smb_vss.c | 92 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) in smb_vss_enum_snapshots() 185 err = smb_node_getmntpath(tnode, path, MAXPATHLEN); in smb_vss_lookup_nodes()
|
H A D | smb_quota.c | 392 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb_quota_query_user_quota()
|
H A D | smb_node.c | 1033 smb_node_getmntpath(smb_node_t *node, char *buf, uint32_t buflen) in smb_node_getmntpath() function
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 562 int smb_node_getmntpath(smb_node_t *, char *, uint32_t);
|