#include <fat.h>
Data Fields | |
| fs_node_t * | bp |
| Back pointer to the FS node. | |
| aoff64_t | currc_cached_bn |
| bool | currc_cached_valid |
| fat_cluster_t | currc_cached_value |
| bool | dirty |
| link_t | ffn_link |
| FAT in-core node free list link. | |
| fat_cluster_t | firstc |
| Node's first cluster. | |
| fat_idx_t * | idx |
| bool | lastc_cached_valid |
| fat_cluster_t | lastc_cached_value |
| unsigned | lnkcnt |
| fibril_mutex_t | lock |
| unsigned | refcnt |
| aoff64_t | size |
| fat_node_type_t | type |
Definition at line 193 of file fat.h.
1.4.7