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

Data Fields

struct rb_node rb
 
ino_t inum
 
loff_t i_size
 
loff_t d_size
 
int exists
 
struct inodeinode
 

Detailed Description

struct size_entry - inode size information for recovery. : link in the RB-tree of sizes : inode number : size on inode : maximum size based on data nodes : indicates whether the inode exists : inode if pinned in memory awaiting rw mode to fix it

Definition at line 1248 of file recovery.c.

Field Documentation

loff_t d_size

Definition at line 1252 of file recovery.c.

int exists

Definition at line 1253 of file recovery.c.

loff_t i_size

Definition at line 1251 of file recovery.c.

Definition at line 1254 of file recovery.c.

ino_t inum

Definition at line 1250 of file recovery.c.

Definition at line 1249 of file recovery.c.


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