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

#include <logfs_abi.h>

Data Fields

__be32 crc
 
__be16 len
 
__u8 type
 
__u8 compr
 
__be64 ino
 
__be64 bix
 
__be32 data_crc
 

Detailed Description

struct logfs_object_header - per-object header in the ostore

: crc32 of header, excluding data_crc : length of data : object type, see above : compression type : inode number : block index : crc32 of payload

Definition at line 284 of file logfs_abi.h.

Field Documentation

__be64 bix

Definition at line 290 of file logfs_abi.h.

__u8 compr

Definition at line 288 of file logfs_abi.h.

__be32 crc

Definition at line 285 of file logfs_abi.h.

__be32 data_crc

Definition at line 291 of file logfs_abi.h.

__be64 ino

Definition at line 289 of file logfs_abi.h.

__be16 len

Definition at line 286 of file logfs_abi.h.

Definition at line 287 of file logfs_abi.h.


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