Rev 2770 | Rev 3079 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2770 | Rev 2821 | ||
---|---|---|---|
Line 207... | Line 207... | ||
207 | 207 | ||
208 | /** Number of names this node has in the file system namespace. */ |
208 | /** Number of names this node has in the file system namespace. */ |
209 | unsigned lnkcnt; |
209 | unsigned lnkcnt; |
210 | 210 | ||
211 | link_t nh_link; /**< Node hash-table link. */ |
211 | link_t nh_link; /**< Node hash-table link. */ |
212 | size_t size; /**< Cached size of the file. */ |
212 | size_t size; /**< Cached size if the node is a file. */ |
213 | 213 | ||
214 | /** |
214 | /** |
215 | * Holding this rwlock prevents modifications of the node's contents. |
215 | * Holding this rwlock prevents modifications of the node's contents. |
216 | */ |
216 | */ |
217 | rwlock_t contents_rwlock; |
217 | rwlock_t contents_rwlock; |