Searched refs:exi_cache_lock (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/nfs/ |
H A D | nfs_auth.c | 908 rw_enter(&exi->exi_cache_lock, RW_READER); in nfsauth_cache_get() 914 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 935 rw_enter(&exi->exi_cache_lock, RW_WRITER); in nfsauth_cache_get() 939 rw_downgrade(&exi->exi_cache_lock); in nfsauth_cache_get() 942 rw_downgrade(&exi->exi_cache_lock); in nfsauth_cache_get() 967 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 985 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 1001 rw_exit(&exi->exi_cache_lock); in nfsauth_cache_get() 1523 rw_enter(&exi->exi_cache_lock, RW_READER); in exi_cache_trim() 1536 rw_exit(&exi->exi_cache_lock); in exi_cache_trim() [all …]
|
H A D | nfs_export.c | 948 rw_init(&ne->exi_root->exi_cache_lock, NULL, RW_DEFAULT, NULL); in nfs_export_zone_init() 1054 rw_destroy(&ne->exi_root->exi_cache_lock); in nfs_export_zone_fini() 1437 rw_init(&exi->exi_cache_lock, NULL, RW_DEFAULT, NULL); in exportfs() 1873 rw_destroy(&exi->exi_cache_lock); in exportfs() 2834 rw_destroy(&exi->exi_cache_lock); in exportfree()
|
H A D | nfs4_srv_ns.c | 207 rw_init(&exi->exi_cache_lock, NULL, RW_DEFAULT, NULL); in pseudo_exportfs()
|
/illumos-gate/usr/src/uts/common/nfs/ |
H A D | export.h | 529 krwlock_t exi_cache_lock; member
|