Searched refs:pcnodes_lock (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/pcfs/ |
H A D | pc_node.c | 52 extern krwlock_t pcnodes_lock; 110 rw_enter(&pcnodes_lock, RW_READER); 116 rw_exit(&pcnodes_lock); 120 rw_exit(&pcnodes_lock); 123 rw_enter(&pcnodes_lock, RW_READER); 131 rw_exit(&pcnodes_lock); 135 rw_exit(&pcnodes_lock); 194 rw_enter(&pcnodes_lock, RW_WRITER); 196 rw_exit(&pcnodes_lock); 226 rw_enter(&pcnodes_lock, RW_WRITE [all...] |
H A D | pc_vfsops.c | 137 * pcnodes_lock: protects the pcnode hash table "pcdhead", "pcfhead". 139 * Lock hierarchy: pcfslock > pcfs_lock > pcnodes_lock 150 krwlock_t pcnodes_lock; variable 188 rw_init(&pcnodes_lock, NULL, RW_DEFAULT, NULL); 192 rw_destroy(&pcnodes_lock); 215 rw_destroy(&pcnodes_lock); 843 rw_enter(&pcnodes_lock, RW_WRITER); 845 rw_exit(&pcnodes_lock); 939 rw_enter(&pcnodes_lock, RW_READER); 947 rw_exit(&pcnodes_lock); [all...] |
H A D | pc_vnops.c | 135 extern krwlock_t pcnodes_lock; 903 rw_enter(&pcnodes_lock, RW_WRITER); 905 rw_exit(&pcnodes_lock);
|
Completed in 51 milliseconds