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

Data Fields

struct rb_node rb
 
ino_t inum
 
umode_t mode
 
unsigned int nlink
 
unsigned int xattr_cnt
 
int references
 
int calc_cnt
 
long long size
 
unsigned int xattr_sz
 
long long calc_sz
 
long long calc_xcnt
 
long long calc_xsz
 
unsigned int xattr_nms
 
long long calc_xnms
 

Detailed Description

struct fsck_inode - information about an inode used when checking the file-system. : link in the RB-tree of inodes : inode number : inode type, permissions, etc : inode link count : count of extended attributes : how many directory/xattr entries refer this inode (calculated while walking the index) : for directory inode count of child directories : inode size (read from on-flash inode) : summary size of all extended attributes (read from on-flash inode) : for directories calculated directory size : count of extended attributes : calculated summary size of all extended attributes : sum of lengths of all extended attribute names belonging to this inode (read from on-flash inode) : calculated sum of lengths of all extended attribute names

struct fsck_data - private FS checking information. : RB-tree of all inodes (contains

Definition at line 1757 of file debug.c.

Field Documentation

int calc_cnt

Definition at line 1764 of file debug.c.

long long calc_sz

Definition at line 1767 of file debug.c.

long long calc_xcnt

Definition at line 1768 of file debug.c.

long long calc_xnms

Definition at line 1771 of file debug.c.

long long calc_xsz

Definition at line 1769 of file debug.c.

ino_t inum

Definition at line 1759 of file debug.c.

umode_t mode

Definition at line 1760 of file debug.c.

unsigned int nlink

Definition at line 1761 of file debug.c.

Definition at line 1758 of file debug.c.

int references

Definition at line 1763 of file debug.c.

long long size

Definition at line 1765 of file debug.c.

unsigned int xattr_cnt

Definition at line 1762 of file debug.c.

unsigned int xattr_nms

Definition at line 1770 of file debug.c.

unsigned int xattr_sz

Definition at line 1766 of file debug.c.


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