Searched refs:pcnodes_lock (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_node.c54 extern krwlock_t pcnodes_lock;
112 rw_enter(&pcnodes_lock, RW_READER);
118 rw_exit(&pcnodes_lock);
122 rw_exit(&pcnodes_lock);
125 rw_enter(&pcnodes_lock, RW_READER);
133 rw_exit(&pcnodes_lock);
137 rw_exit(&pcnodes_lock);
197 rw_enter(&pcnodes_lock, RW_WRITER);
199 rw_exit(&pcnodes_lock);
229 rw_enter(&pcnodes_lock, RW_WRITE
[all...]
H A Dpc_vfsops.c137 * 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 Dpc_vnops.c130 extern krwlock_t pcnodes_lock;
894 rw_enter(&pcnodes_lock, RW_WRITER);
896 rw_exit(&pcnodes_lock);

Completed in 111 milliseconds