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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h163 * r_statelock: Protects all fields in the smbnode except for
176 * Note: r_modaddr is only accessed when the r_statelock mutex is held.
179 * set r_modaddr and release r_statelock as long as the r_rwlock
185 * could update half of the size field. The r_statelock must now
189 * r_rwlock > r_lkserlock > r_statelock
213 kmutex_t r_statelock; /* protect (most) smbnode fields */ member in struct:smbnode
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h212 * r_statelock: Protects all fields in the rnode except for
226 * Note: r_modaddr is only accessed when the r_statelock mutex is held.
229 * set r_modaddr and release r_statelock as long as the r_rwlock
245 * could update half of the size field. The r_statelock must now
249 * r_rwlock > r_lkserlock > r_statelock
268 kmutex_t r_statelock; /* protects (most of) rnode contents */ member in struct:rnode
H A Drnode4.h170 * r_statelock: Protects all fields in the rnode except for
196 * Note: r_modaddr is only accessed when the r_statelock mutex is held.
199 * set r_modaddr and release r_statelock as long as the r_rwlock
215 * could update half of the size field. The r_statelock must now
219 * r_rwlock > r_lkserlock > r_os_lock > r_statelock > r_statev4_lock
239 kmutex_t r_statelock; /* protects (most of) rnode contents */ member in struct:rnode4
445 * The caller must not be holding the rnode r_statelock mutex.
455 mutex_enter(&rp->r_statelock); \
457 mutex_exit(&rp->r_statelock); \

Completed in 75 milliseconds