Searched refs:exi_cache_lock (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 857 rw_enter(&exi->exi_cache_lock, RW_READER); in nfsauth_cache_get() 863 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 885 rw_enter(&exi->exi_cache_lock, RW_WRITER); in nfsauth_cache_get() 889 rw_downgrade(&exi->exi_cache_lock); in nfsauth_cache_get() 892 rw_downgrade(&exi->exi_cache_lock); in nfsauth_cache_get() 914 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 935 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 950 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 1505 rw_enter(&exi->exi_cache_lock, RW_READER); in exi_cache_trim() 1556 if (rw_tryupgrade(&exi->exi_cache_lock) == 0) { in exi_cache_trim() [all …]
|
H A D | nfs_export.c | 844 rw_init(&exi_root->exi_cache_lock, NULL, RW_DEFAULT, NULL); in nfs_exportinit() 879 rw_destroy(&exi_root->exi_cache_lock); in nfs_exportfini() 1205 rw_init(&exi->exi_cache_lock, NULL, RW_DEFAULT, NULL); in exportfs() 1623 rw_destroy(&exi->exi_cache_lock); in exportfs() 2555 rw_destroy(&exi->exi_cache_lock); in exportfree()
|
H A D | nfs4_srv_ns.c | 205 rw_init(&exi->exi_cache_lock, NULL, RW_DEFAULT, NULL); in pseudo_exportfs()
|
/titanic_41/usr/src/uts/common/nfs/ |
H A D | export.h | 517 krwlock_t exi_cache_lock; member
|