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

#include <logfs_abi.h>

Data Fields

__be32 h_crc
 
__be16 h_len
 
__be16 h_datalen
 
__be16 h_type
 
__u8 h_compr
 
__u8 h_pad [5]
 

Detailed Description

struct logfs_journal_header - header for journal entries (JEs)

: crc32 of journal entry : length of compressed journal entry, not including header : length of uncompressed data : JE type : compression type : reserved

Definition at line 428 of file logfs_abi.h.

Field Documentation

__u8 h_compr

Definition at line 433 of file logfs_abi.h.

__be32 h_crc

Definition at line 429 of file logfs_abi.h.

__be16 h_datalen

Definition at line 431 of file logfs_abi.h.

__be16 h_len

Definition at line 430 of file logfs_abi.h.

__u8 h_pad[5]

Definition at line 434 of file logfs_abi.h.

__be16 h_type

Definition at line 432 of file logfs_abi.h.


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