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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h44 * tn_contents protects growing, shrinking, reading and writing
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.
58 * Filling in a slot in the array requires the write lock on tn_contents.
59 * Reading the array requires the read lock on tn_contents.
62 * tn_rwlock -> tn_contents -> page locks on pages in file
84 krwlock_t tn_contents; /* vm side -serialize mods */ member in struct:tmpnode

Completed in 45 milliseconds