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

#include <bmap.h>

Data Fields

__le64 data [NILFS_BMAP_SIZE/sizeof(__le64)]
 
__u64 last_allocated_key
 
__u64 last_allocated_ptr
 
int state
 

Detailed Description

struct nilfs_bmap_store - shadow copy of bmap state : cached raw block mapping of on-disk inode : cached value of last allocated key for data block : cached value of last allocated ptr for data block : cached value of state field of bmap structure

Definition at line 143 of file bmap.h.

Field Documentation

Definition at line 144 of file bmap.h.

__u64 last_allocated_key

Definition at line 145 of file bmap.h.

__u64 last_allocated_ptr

Definition at line 146 of file bmap.h.

Definition at line 147 of file bmap.h.


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