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

#include <ext4.h>

Data Fields

__le32 i_data [15]
 
__u32 i_dtime
 
ext4_fsblk_t i_file_acl
 
ext4_group_t i_block_group
 
ext4_lblk_t i_dir_start_lookup
 
unsigned long i_state_flags
 
unsigned long i_flags
 
struct list_head i_orphan
 
loff_t i_disksize
 
struct rw_semaphore i_data_sem
 
struct inode vfs_inode
 
struct jbd2_inode * jinode
 
struct ext4_ext_cache i_cached_extent
 
struct timespec i_crtime
 
struct list_head i_prealloc_list
 
spinlock_t i_prealloc_lock
 
ext4_group_t i_last_alloc_group
 
unsigned int i_reserved_data_blocks
 
unsigned int i_reserved_meta_blocks
 
unsigned int i_allocated_meta_blocks
 
ext4_lblk_t i_da_metadata_calc_last_lblock
 
int i_da_metadata_calc_len
 
__u16 i_extra_isize
 
struct list_head i_completed_io_list
 
spinlock_t i_completed_io_lock
 
atomic_t i_ioend_count
 
atomic_t i_unwritten
 
spinlock_t i_block_reservation_lock
 
tid_t i_sync_tid
 
tid_t i_datasync_tid
 
__u32 i_csum_seed
 

Detailed Description

Definition at line 817 of file ext4.h.

Field Documentation

unsigned int i_allocated_meta_blocks

Definition at line 898 of file ext4.h.

ext4_group_t i_block_group

Definition at line 829 of file ext4.h.

spinlock_t i_block_reservation_lock

Definition at line 916 of file ext4.h.

struct ext4_ext_cache i_cached_extent

Definition at line 880 of file ext4.h.

struct list_head i_completed_io_list

Definition at line 911 of file ext4.h.

spinlock_t i_completed_io_lock

Definition at line 912 of file ext4.h.

struct timespec i_crtime

Definition at line 885 of file ext4.h.

__u32 i_csum_seed

Definition at line 926 of file ext4.h.

ext4_lblk_t i_da_metadata_calc_last_lblock

Definition at line 899 of file ext4.h.

int i_da_metadata_calc_len

Definition at line 900 of file ext4.h.

__le32 i_data[15]

Definition at line 818 of file ext4.h.

struct rw_semaphore i_data_sem

Definition at line 876 of file ext4.h.

tid_t i_datasync_tid

Definition at line 923 of file ext4.h.

ext4_lblk_t i_dir_start_lookup

Definition at line 830 of file ext4.h.

loff_t i_disksize

Definition at line 864 of file ext4.h.

__u32 i_dtime

Definition at line 819 of file ext4.h.

__u16 i_extra_isize

Definition at line 903 of file ext4.h.

ext4_fsblk_t i_file_acl

Definition at line 820 of file ext4.h.

unsigned long i_flags

Definition at line 834 of file ext4.h.

atomic_t i_ioend_count

Definition at line 913 of file ext4.h.

ext4_group_t i_last_alloc_group

Definition at line 892 of file ext4.h.

struct list_head i_orphan

Definition at line 847 of file ext4.h.

struct list_head i_prealloc_list

Definition at line 888 of file ext4.h.

spinlock_t i_prealloc_lock

Definition at line 889 of file ext4.h.

unsigned int i_reserved_data_blocks

Definition at line 896 of file ext4.h.

unsigned int i_reserved_meta_blocks

Definition at line 897 of file ext4.h.

unsigned long i_state_flags

Definition at line 832 of file ext4.h.

tid_t i_sync_tid

Definition at line 922 of file ext4.h.

atomic_t i_unwritten

Definition at line 914 of file ext4.h.

struct jbd2_inode* jinode

Definition at line 878 of file ext4.h.

struct inode vfs_inode

Definition at line 877 of file ext4.h.


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