tsfs_header Struct Reference
[Tiny Simple File System (TSFS), block device based]

Header structure. Holds generic information about the file system. More...

#include <tsfs.h>

Data Fields

uint16_t id
 Two unique ID bytes to identify TSFS.
uint8_t version
 TSFS version.
uint8_t reserved1
 Rereved for future use.
uint32_t volume_size
 Size of entire volume, including header.
uint32_t nr_files
 Number of files in the system.
uint32_t reserved2
 Rereved for future use.

Detailed Description

Header structure. Holds generic information about the file system.

Definition at line 99 of file tsfs.h.


Field Documentation

Two unique ID bytes to identify TSFS.

Definition at line 101 of file tsfs.h.

Number of files in the system.

Definition at line 109 of file tsfs.h.

Referenced by tsfs_nr_files(), and tsfs_open().

Rereved for future use.

Definition at line 105 of file tsfs.h.

Rereved for future use.

Definition at line 111 of file tsfs.h.

TSFS version.

Definition at line 103 of file tsfs.h.

Size of entire volume, including header.

Definition at line 107 of file tsfs.h.

Referenced by tsfs_volume_size().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 15:18:25 2010 for display-training by  doxygen 1.6.3