Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
xlog_rec_header Struct Reference

#include <xfs_log_priv.h>

Data Fields

__be32 h_magicno
 
__be32 h_cycle
 
__be32 h_version
 
__be32 h_len
 
__be64 h_lsn
 
__be64 h_tail_lsn
 
__be32 h_chksum
 
__be32 h_prev_block
 
__be32 h_num_logops
 
__be32 h_cycle_data [XLOG_HEADER_CYCLE_SIZE/BBSIZE]
 
__be32 h_fmt
 
uuid_t h_fs_uuid
 
__be32 h_size
 

Detailed Description

Definition at line 286 of file xfs_log_priv.h.

Field Documentation

__be32 h_chksum

Definition at line 293 of file xfs_log_priv.h.

__be32 h_cycle

Definition at line 288 of file xfs_log_priv.h.

Definition at line 296 of file xfs_log_priv.h.

__be32 h_fmt

Definition at line 298 of file xfs_log_priv.h.

uuid_t h_fs_uuid

Definition at line 299 of file xfs_log_priv.h.

__be32 h_len

Definition at line 290 of file xfs_log_priv.h.

__be64 h_lsn

Definition at line 291 of file xfs_log_priv.h.

__be32 h_magicno

Definition at line 287 of file xfs_log_priv.h.

__be32 h_num_logops

Definition at line 295 of file xfs_log_priv.h.

__be32 h_prev_block

Definition at line 294 of file xfs_log_priv.h.

__be32 h_size

Definition at line 300 of file xfs_log_priv.h.

__be64 h_tail_lsn

Definition at line 292 of file xfs_log_priv.h.

__be32 h_version

Definition at line 289 of file xfs_log_priv.h.


The documentation for this struct was generated from the following file: