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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h41 * tn_rwlock protects access of the directory list at tn_dir
45 * the file along with tn_rwlock (see below).
56 * by a combination of tn_rwlock and tn_contents. Growing or shrinking
57 * the array requires the write lock on tn_rwlock and tn_contents.
62 * tn_rwlock -> tn_contents -> page locks on pages in file
85 krwlock_t tn_rwlock; /* rw,trunc size - serialize */ member in struct:tmpnode

Completed in 55 milliseconds