
Data Fields | |
| struct partition_struct * | partition |
| struct fat_header_struct | header |
| cluster_t | cluster_free |
Definition at line 155 of file fat.c.
struct partition_struct* fat_fs_struct::partition [read] |
Definition at line 157 of file fat.c.
Referenced by fat_append_clusters(), fat_clear_cluster(), fat_close(), fat_delete_file(), fat_find_offset_for_dir_entry(), fat_free_clusters(), fat_get_fs_free(), fat_get_fs_size(), fat_get_next_cluster(), fat_open(), fat_read_dir(), fat_read_file(), fat_read_header(), fat_terminate_clusters(), fat_write_dir_entry(), and fat_write_file().
struct fat_header_struct fat_fs_struct::header [read] |
Definition at line 158 of file fat.c.
Referenced by fat_append_clusters(), fat_clear_cluster(), fat_cluster_offset(), fat_create_dir(), fat_find_offset_for_dir_entry(), fat_free_clusters(), fat_get_fs_free(), fat_get_fs_size(), fat_get_next_cluster(), fat_read_dir(), fat_read_file(), fat_read_header(), fat_resize_file(), fat_terminate_clusters(), and fat_write_file().
1.5.6