Data Fields | |
struct partition_struct * | partition |
struct fat16_header_struct | header |
Definition at line 152 of file fat16.c.
struct partition_struct* fat16_fs_struct::partition [read] |
Definition at line 154 of file fat16.c.
Referenced by fat16_append_clusters(), fat16_clear_cluster(), fat16_close(), fat16_delete_file(), fat16_find_offset_for_dir_entry(), fat16_free_clusters(), fat16_get_fs_free(), fat16_get_next_cluster(), fat16_open(), fat16_read_dir(), fat16_read_file(), fat16_read_header(), fat16_terminate_clusters(), fat16_write_dir_entry(), and fat16_write_file().
struct fat16_header_struct fat16_fs_struct::header [read] |
Definition at line 155 of file fat16.c.
Referenced by fat16_append_clusters(), fat16_clear_cluster(), fat16_cluster_offset(), fat16_create_dir(), fat16_find_offset_for_dir_entry(), fat16_free_clusters(), fat16_get_fs_free(), fat16_get_fs_size(), fat16_get_next_cluster(), fat16_read_dir(), fat16_read_file(), fat16_read_header(), fat16_resize_file(), fat16_terminate_clusters(), and fat16_write_file().