
Data Fields | |
| struct fat_fs_struct * | fs |
| struct fat_dir_entry_struct | dir_entry |
| offset_t | pos |
| cluster_t | pos_cluster |
Definition at line 162 of file fat.c.
struct fat_fs_struct* fat_file_struct::fs [read] |
Definition at line 164 of file fat.c.
Referenced by fat_close_file(), fat_open_file(), fat_read_file(), fat_resize_file(), and fat_write_file().
struct fat_dir_entry_struct fat_file_struct::dir_entry [read] |
Definition at line 165 of file fat.c.
Referenced by fat_close_file(), fat_open_file(), fat_read_file(), fat_resize_file(), fat_seek_file(), and fat_write_file().
Definition at line 166 of file fat.c.
Referenced by fat_open_file(), fat_read_file(), fat_resize_file(), fat_seek_file(), and fat_write_file().
Definition at line 167 of file fat.c.
Referenced by fat_open_file(), fat_read_file(), fat_resize_file(), fat_seek_file(), and fat_write_file().
1.5.6