nfs-ganesha 1.4
|
Represents an individual partition. More...
#include <HashTable.h>
Public Attributes | |
size_t | count |
struct rbt_head | rbt |
pthread_rwlock_t | lock |
struct rbt_node ** | cache |
Represents an individual partition.
This structure holds the per-subtree data making up the partition i a hash table.
Definition at line 143 of file HashTable.h.
struct rbt_node** hash_partition::cache |
Definition at line 148 of file HashTable.h.
size_t hash_partition::count |
Definition at line 145 of file HashTable.h.
pthread_rwlock_t hash_partition::lock |
Definition at line 147 of file HashTable.h.
struct rbt_head hash_partition::rbt |
Definition at line 146 of file HashTable.h.