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

#include <logfs.h>

Data Fields

struct list_head alias_list
 
struct list_head item_list
 
struct super_blocksb
 
u64 ino
 
u64 bix
 
level_t level
 
struct pagepage
 
struct inodeinode
 
struct logfs_transactionta
 
unsigned long alias_map [LOGFS_BLOCK_FACTOR/BITS_PER_LONG]
 
struct logfs_block_opsops
 
int full
 
int partial
 
int reserved_bytes
 

Detailed Description

Definition at line 294 of file logfs.h.

Field Documentation

struct list_head alias_list

Definition at line 295 of file logfs.h.

unsigned long alias_map[LOGFS_BLOCK_FACTOR/BITS_PER_LONG]

Definition at line 304 of file logfs.h.

u64 bix

Definition at line 299 of file logfs.h.

int full

Definition at line 306 of file logfs.h.

u64 ino

Definition at line 298 of file logfs.h.

Definition at line 302 of file logfs.h.

struct list_head item_list

Definition at line 296 of file logfs.h.

level_t level

Definition at line 300 of file logfs.h.

Definition at line 305 of file logfs.h.

Definition at line 301 of file logfs.h.

int partial

Definition at line 307 of file logfs.h.

int reserved_bytes

Definition at line 308 of file logfs.h.

Definition at line 297 of file logfs.h.

Definition at line 303 of file logfs.h.


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