|
Linux Kernel
3.7.1
|
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 |
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
1.8.2