#include <fat.h>
Data Fields | |
Bool | b_cache_file |
Signal a cluster cache from file cluster list or directory cluster list. | |
U8 | u8_level_use |
Cache level, 0 for the last used and up to FS_NB_CACHE_CLUSLIST-1 for the old access (ignore if FS_NB_CACHE_CLUSLIST=1). | |
U8 | u8_lun |
LUN of cluster list. | |
U32 | u32_cluster |
First cluster of cluster list. | |
U32 | u32_start |
Start position in the cluster list (unit 512B). | |
U32 | u32_addr |
Address corresponding at the position "start" in cluster list. | |
U32 | u32_size |
Cluster list size. |
Definition at line 332 of file fat.h.
Signal a cluster cache from file cluster list or directory cluster list.
Definition at line 333 of file fat.h.
Referenced by fat_cache_clusterlist_reset(), fat_cache_clusterlist_update_select(), and fat_cache_clusterlist_update_start().
Cache level, 0 for the last used and up to FS_NB_CACHE_CLUSLIST-1 for the old access (ignore if FS_NB_CACHE_CLUSLIST=1).
Definition at line 334 of file fat.h.
Referenced by fat_cache_clusterlist_reset(), fat_cache_clusterlist_update_select(), and fat_cache_clusterlist_update_start().
LUN of cluster list.
Definition at line 335 of file fat.h.
Referenced by fat_cache_clusterlist_reset(), fat_cache_clusterlist_update_finish(), fat_cache_clusterlist_update_read(), and fat_cache_clusterlist_update_start().
First cluster of cluster list.
Definition at line 336 of file fat.h.
Referenced by fat_cache_clusterlist_update_start().
Start position in the cluster list (unit 512B).
Definition at line 337 of file fat.h.
Referenced by fat_cache_clusterlist_update_finish(), fat_cache_clusterlist_update_read(), fat_cache_clusterlist_update_start(), and fat_cluster_list().
Address corresponding at the position "start" in cluster list.
Definition at line 338 of file fat.h.
Referenced by fat_cache_clusterlist_update_finish(), and fat_cache_clusterlist_update_read().
Cluster list size.
Definition at line 339 of file fat.h.
Referenced by fat_cache_clusterlist_update_finish(), and fat_cache_clusterlist_update_read().