FreeBSD ZFS
The Zettabyte File System
Data Fields

itx Struct Reference

#include <zil.h>

Collaboration diagram for itx:
Collaboration graph
[legend]

Data Fields

list_node_t itx_node
 linkage on zl_itx_list
void * itx_private
 type-specific opaque data
itx_wr_state_t itx_wr_state
 write state
uint8_t itx_sync
 synchronous transaction
uint64_t itx_sod
 record size on disk
uint64_t itx_oid
 object id
lr_t itx_lr
 common part of log record

Detailed Description

Note:
itx_lr is followed by type-specific part of lr_xx_t and its immediate data

Definition at line 377 of file zil.h.


Field Documentation

common part of log record

Definition at line 384 of file zil.h.

list_node_t itx::itx_node

linkage on zl_itx_list

Definition at line 378 of file zil.h.

uint64_t itx::itx_oid

object id

Definition at line 383 of file zil.h.

type-specific opaque data

Definition at line 379 of file zil.h.

uint64_t itx::itx_sod

record size on disk

Definition at line 382 of file zil.h.

uint8_t itx::itx_sync

synchronous transaction

Definition at line 381 of file zil.h.

write state

Definition at line 380 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