Rev 2890 | Rev 2951 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2890 | Rev 2893 | ||
---|---|---|---|
Line 203... | Line 203... | ||
203 | * Node's first cluster. |
203 | * Node's first cluster. |
204 | * Zero is used for zero-length nodes. |
204 | * Zero is used for zero-length nodes. |
205 | * One is used to mark root directory. |
205 | * One is used to mark root directory. |
206 | */ |
206 | */ |
207 | fat_cluster_t firstc; |
207 | fat_cluster_t firstc; |
208 | /** FAT in-core node hash table link. */ |
- | |
209 | link_t fin_link; |
- | |
210 | /** FAT in-core node free list link. */ |
208 | /** FAT in-core node free list link. */ |
211 | link_t ffn_link; |
209 | link_t ffn_link; |
212 | size_t size; |
210 | size_t size; |
213 | unsigned lnkcnt; |
211 | unsigned lnkcnt; |
214 | unsigned refcnt; |
212 | unsigned refcnt; |