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

#include <fat.h>

Data Fields

spinlock_t cache_lru_lock
 
struct list_head cache_lru
 
int nr_caches
 
unsigned int cache_valid_id
 
loff_t mmu_private
 
int i_start
 
int i_logstart
 
int i_attrs
 
loff_t i_pos
 
struct hlist_node i_fat_hash
 
struct hlist_node i_dir_hash
 
struct rw_semaphore truncate_lock
 
struct inode vfs_inode
 

Detailed Description

Definition at line 104 of file fat.h.

Field Documentation

struct list_head cache_lru

Definition at line 106 of file fat.h.

spinlock_t cache_lru_lock

Definition at line 105 of file fat.h.

unsigned int cache_valid_id

Definition at line 109 of file fat.h.

int i_attrs

Definition at line 116 of file fat.h.

struct hlist_node i_dir_hash

Definition at line 119 of file fat.h.

struct hlist_node i_fat_hash

Definition at line 118 of file fat.h.

int i_logstart

Definition at line 115 of file fat.h.

loff_t i_pos

Definition at line 117 of file fat.h.

int i_start

Definition at line 114 of file fat.h.

loff_t mmu_private

Definition at line 112 of file fat.h.

int nr_caches

Definition at line 107 of file fat.h.

struct rw_semaphore truncate_lock

Definition at line 120 of file fat.h.

struct inode vfs_inode

Definition at line 121 of file fat.h.


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