Searched defs:si_cache_lock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_acl.c65 krwlock_t si_cache_lock; /* Protects si_cache */ variable
1720 rw_enter(&si_cache_lock, RW_READER);
1728 rw_exit(&si_cache_lock);
1734 rw_exit(&si_cache_lock);
1763 rw_enter(&si_cache_lock, RW_READER);
1776 rw_exit(&si_cache_lock);
1783 rw_exit(&si_cache_lock);
1802 rw_enter(&si_cache_lock, RW_WRITER);
1818 rw_exit(&si_cache_lock);
1849 rw_enter(&si_cache_lock, RW_WRITE
[all...]

Completed in 49 milliseconds