Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Dsmb_quota.c126 mutex_t qt_mutex; member
250 (void) mutex_lock(&qtree->qt_mutex); in smb_quota_fini()
256 (void) mutex_unlock(&qtree->qt_mutex); in smb_quota_fini()
303 (void) mutex_lock(&qtree->qt_mutex); in smb_quota_add_fs()
305 (void) mutex_unlock(&qtree->qt_mutex); in smb_quota_add_fs()
348 (void) mutex_lock(&qtree->qt_mutex); in smb_quota_remove_fs()
356 (void) mutex_unlock(&qtree->qt_mutex); in smb_quota_remove_fs()
756 (void) mutex_lock(&qtree->qt_mutex); in smb_quota_tree_lookup()
775 (void) mutex_unlock(&qtree->qt_mutex); in smb_quota_tree_lookup()
791 (void) mutex_lock(&qtree->qt_mutex); in smb_quota_tree_release()
[all …]