FreeBSD ZFS
The Zettabyte File System
Data Fields

lr_write_t Struct Reference

#include <zil.h>

Collaboration diagram for lr_write_t:
Collaboration graph
[legend]

Data Fields

lr_t lr_common
 common portion of log record
uint64_t lr_foid
 file object to write
uint64_t lr_offset
 offset to write to
uint64_t lr_length
 user data length to write
uint64_t lr_blkoff
 no longer used
blkptr_t lr_blkptr
 spa block pointer for replay

Detailed Description

Note:
write data will follow lr_blkptr for small writes

Definition at line 292 of file zil.h.


Field Documentation

no longer used

Definition at line 297 of file zil.h.

spa block pointer for replay

Definition at line 298 of file zil.h.

common portion of log record

Definition at line 293 of file zil.h.

file object to write

Definition at line 294 of file zil.h.

user data length to write

Definition at line 296 of file zil.h.

offset to write to

Definition at line 295 of file zil.h.


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