Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_auth.c908 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 Dnfs_export.c948 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 Dnfs4_srv_ns.c207 rw_init(&exi->exi_cache_lock, NULL, RW_DEFAULT, NULL); in pseudo_exportfs()
/illumos-gate/usr/src/uts/common/nfs/
H A Dexport.h529 krwlock_t exi_cache_lock; member