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

#include <jbd2.h>

Data Fields

__be32 h_magic
 
__be32 h_blocktype
 
__be32 h_sequence
 
unsigned char h_chksum_type
 
unsigned char h_chksum_size
 
unsigned char h_padding [2]
 
__be32 h_chksum [JBD2_CHECKSUM_BYTES]
 
__be64 h_commit_sec
 
__be32 h_commit_nsec
 

Detailed Description

Definition at line 170 of file jbd2.h.

Field Documentation

__be32 h_blocktype

Definition at line 172 of file jbd2.h.

Definition at line 177 of file jbd2.h.

unsigned char h_chksum_size

Definition at line 175 of file jbd2.h.

unsigned char h_chksum_type

Definition at line 174 of file jbd2.h.

__be32 h_commit_nsec

Definition at line 179 of file jbd2.h.

__be64 h_commit_sec

Definition at line 178 of file jbd2.h.

__be32 h_magic

Definition at line 171 of file jbd2.h.

unsigned char h_padding[2]

Definition at line 176 of file jbd2.h.

__be32 h_sequence

Definition at line 173 of file jbd2.h.


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