FreeBSD ZFS
The Zettabyte File System
Data Fields

dmu_buf Struct Reference

#include <dmu.h>

Data Fields

uint64_t db_object
 object that this buffer is part of
uint64_t db_offset
 byte offset in this object
uint64_t db_size
 size of buffer in bytes
void * db_data
 data in buffer

Detailed Description

Definition at line 289 of file dmu.h.


Field Documentation

data in buffer

Definition at line 293 of file dmu.h.

object that this buffer is part of

Definition at line 290 of file dmu.h.

byte offset in this object

Definition at line 291 of file dmu.h.

uint64_t dmu_buf::db_size

size of buffer in bytes

Definition at line 292 of file dmu.h.


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