FreeBSD ZFS
The Zettabyte File System
Data Fields

dbuf_hash_table Struct Reference

#include <dbuf.h>

Collaboration diagram for dbuf_hash_table:
Collaboration graph
[legend]

Data Fields

uint64_t hash_table_mask
dmu_buf_impl_t ** hash_table
kmutex_t hash_mutexes [DBUF_MUTEXES]

Detailed Description

Note:
The dbuf hash table is exposed only for the mdb module.

Definition at line 244 of file dbuf.h.


Field Documentation

kmutex_t dbuf_hash_table::hash_mutexes[DBUF_MUTEXES]

Definition at line 247 of file dbuf.h.

Definition at line 246 of file dbuf.h.

Definition at line 245 of file dbuf.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines