Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_nt_transact_quota.c134 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 Dsmb2_setinfo_quota.c70 if (smb_node_getmntpath(tnode, root_path, MAXPATHLEN) != 0) { in smb2_setinfo_quota()
H A Dsmb_vss.c96 if (smb_node_getmntpath(sr->fid_ofile->f_node, root_path, in smb_vss_enum_snapshots()
162 err = smb_node_getmntpath(cur_node, path, MAXPATHLEN); in smb_vss_lookup_nodes()
H A Dsmb2_qinfo_quota.c85 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb2_qinfo_quota()
H A Dsmb_quota.c392 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb_quota_query_user_quota()
H A Dsmb_node.c1124 smb_node_getmntpath(smb_node_t *node, char *buf, uint32_t buflen) in smb_node_getmntpath() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h564 int smb_node_getmntpath(smb_node_t *, char *, uint32_t);