Linux Kernel
3.7.1
|
#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] |
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.
__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.