nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fatfs Struct Reference

FAT 파일 시스템 관리를 위한 자료 구조 More...

Collaboration diagram for fatfs:
Collaboration graph
[legend]

Data Fields

struct bpb bpb
 
struct fat_cachecache
 
int fatsz
 
char * node
 
struct ninforoot
 
int rootdir_sectors
 
char * table
 

Detailed Description

FAT 파일 시스템 관리를 위한 자료 구조

Definition at line 34 of file fat.c.

Field Documentation

struct bpb bpb

Definition at line 36 of file fat.c.

Referenced by fat_load().

struct fat_cache* cache

Definition at line 40 of file fat.c.

Referenced by fat_load().

int fatsz

Definition at line 42 of file fat.c.

char* node

Definition at line 35 of file fat.c.

Referenced by fat_load().

struct ninfo* root

Definition at line 37 of file fat.c.

Referenced by fat_load().

int rootdir_sectors

Definition at line 38 of file fat.c.

char* table

Definition at line 43 of file fat.c.


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