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

#include <fat.h>

Data Fields

int entry
 
union {
   u8 *   ent12_p [2]
 
   __le16 *   ent16_p
 
   __le32 *   ent32_p
 
u
 
int nr_bhs
 
struct buffer_head * bhs [2]
 
struct inodefat_inode
 

Detailed Description

Definition at line 279 of file fat.h.

Field Documentation

struct buffer_head* bhs[2]

Definition at line 287 of file fat.h.

u8* ent12_p[2]

Definition at line 282 of file fat.h.

__le16* ent16_p

Definition at line 283 of file fat.h.

__le32* ent32_p

Definition at line 284 of file fat.h.

Definition at line 280 of file fat.h.

struct inode* fat_inode

Definition at line 288 of file fat.h.

int nr_bhs

Definition at line 286 of file fat.h.

union { ... } u

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