Home
last modified time | relevance | path

Searched refs:qq_root_path (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_qinfo_quota.c84 request.qq_root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in smb2_qinfo_quota()
85 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb2_qinfo_quota()
86 kmem_free(request.qq_root_path, MAXPATHLEN); in smb2_qinfo_quota()
117 kmem_free(request.qq_root_path, MAXPATHLEN); in smb2_qinfo_quota()
H A Dsmb_nt_transact_quota.c133 request.qq_root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in smb_nt_transact_query_quota()
134 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb_nt_transact_query_quota()
138 kmem_free(request.qq_root_path, MAXPATHLEN); in smb_nt_transact_query_quota()
171 kmem_free(request.qq_root_path, MAXPATHLEN); in smb_nt_transact_query_quota()
H A Dsmb_quota.c391 request.qq_root_path = kmem_zalloc(MAXPATHLEN, KM_SLEEP); in smb_quota_query_user_quota()
392 if (smb_node_getmntpath(tnode, request.qq_root_path, MAXPATHLEN) != 0) { in smb_quota_query_user_quota()
393 kmem_free(request.qq_root_path, MAXPATHLEN); in smb_quota_query_user_quota()
423 kmem_free(request.qq_root_path, MAXPATHLEN); in smb_quota_query_user_quota()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_xdr.h325 char *qq_root_path; member
/illumos-gate/usr/src/common/smbsrv/
H A Dsmb_xdr.c489 if (!xdr_string(xdrs, &objp->qq_root_path, ~0)) in smb_quota_query_xdr()
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c386 qtree = smb_quota_tree_lookup(request->qq_root_path); in smb_quota_query()