Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c167 static boolean_t smb_quota_tree_match(smb_quota_tree_t *, const char *);
302 if (smb_quota_tree_match(qtree, path)) { in smb_quota_add_fs()
347 if (smb_quota_tree_match(qtree, path)) { in smb_quota_remove_fs()
759 if (!smb_quota_tree_match(qtree, path)) { in smb_quota_tree_lookup()
813 smb_quota_tree_match(smb_quota_tree_t *qtree, const char *path) in smb_quota_tree_match() function