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

#include <logfs.h>

Data Fields

u64 old_ofs
 
u64 new_ofs
 
u64 ino
 
u64 bix
 
int old_len
 
int new_len
 
gc_level_t gc_level
 

Detailed Description

struct logfs_shadow - old block in the shadow of a not-yet-committed new one : offset of old block on medium : offset of new block on medium : inode number : block index : size of old block, including header : size of new block, including header : block level

Definition at line 249 of file logfs.h.

Field Documentation

u64 bix

Definition at line 253 of file logfs.h.

gc_level_t gc_level

Definition at line 256 of file logfs.h.

u64 ino

Definition at line 252 of file logfs.h.

int new_len

Definition at line 255 of file logfs.h.

u64 new_ofs

Definition at line 251 of file logfs.h.

int old_len

Definition at line 254 of file logfs.h.

u64 old_ofs

Definition at line 250 of file logfs.h.


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