Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c930 rw_init(&nc->authc_lock, NULL, RW_DEFAULT, NULL); in nfsauth_cache_get()
945 rw_destroy(&nc->authc_lock); in nfsauth_cache_get()
953 rw_enter(&c->authc_lock, RW_READER); in nfsauth_cache_get()
963 rw_exit(&c->authc_lock); in nfsauth_cache_get()
984 rw_enter(&c->authc_lock, RW_WRITER); in nfsauth_cache_get()
990 rw_downgrade(&c->authc_lock); in nfsauth_cache_get()
993 rw_downgrade(&c->authc_lock); in nfsauth_cache_get()
1005 rw_exit(&c->authc_lock); in nfsauth_cache_get()
1422 rw_destroy(&p->authc_lock); in nfsauth_free_clnt_node()
1534 if (rw_tryenter(&c->authc_lock, RW_WRITER) == 0) { in exi_cache_trim()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h235 krwlock_t authc_lock; /* protects authc_tree */ member