fat_node Struct Reference
[Fs]

FAT in-core node. More...

#include <fat.h>


Data Fields

fs_node_tbp
 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_tidx
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


Detailed Description

FAT in-core node.

Definition at line 193 of file fat.h.


Field Documentation

fat_cluster_t firstc

Node's first cluster.

Zero is used for zero-length nodes. One is used to mark root directory.

Definition at line 205 of file fat.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 2 07:45:59 2011 for HelenOS/USB by  doxygen 1.4.7