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

#include <ext3.h>

Data Fields

__le32 i_data [15]
 
__u32 i_flags
 
ext3_fsblk_t i_file_acl
 
__u32 i_dir_acl
 
__u32 i_dtime
 
__u32 i_block_group
 
unsigned long i_state_flags
 
struct ext3_block_alloc_infoi_block_alloc_info
 
__u32 i_dir_start_lookup
 
struct list_head i_orphan
 
loff_t i_disksize
 
__u16 i_extra_isize
 
struct mutex truncate_mutex
 
atomic_t i_sync_tid
 
atomic_t i_datasync_tid
 
struct inode vfs_inode
 

Detailed Description

Definition at line 537 of file ext3.h.

Field Documentation

struct ext3_block_alloc_info* i_block_alloc_info

Definition at line 560 of file ext3.h.

__u32 i_block_group

Definition at line 556 of file ext3.h.

__le32 i_data[15]

Definition at line 538 of file ext3.h.

atomic_t i_datasync_tid

Definition at line 613 of file ext3.h.

__u32 i_dir_acl

Definition at line 546 of file ext3.h.

__u32 i_dir_start_lookup

Definition at line 562 of file ext3.h.

loff_t i_disksize

Definition at line 591 of file ext3.h.

__u32 i_dtime

Definition at line 547 of file ext3.h.

__u16 i_extra_isize

Definition at line 594 of file ext3.h.

ext3_fsblk_t i_file_acl

Definition at line 545 of file ext3.h.

__u32 i_flags

Definition at line 539 of file ext3.h.

struct list_head i_orphan

Definition at line 574 of file ext3.h.

unsigned long i_state_flags

Definition at line 557 of file ext3.h.

atomic_t i_sync_tid

Definition at line 612 of file ext3.h.

struct mutex truncate_mutex

Definition at line 606 of file ext3.h.

struct inode vfs_inode

Definition at line 615 of file ext3.h.


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