IDZEBRA
2.2.7
|
#include <mfile.h>
Data Fields | |
char | name [FILENAME_MAX+1] |
mf_dir * | dirs |
struct meta_file * | mfiles |
struct MFile_area_struct * | next |
Zebra_mutex | mutex |
mf_dir* MFile_area_struct::dirs |
Definition at line 96 of file mfile.h.
Referenced by bf_cache(), mf_area_directory_stat(), mf_destroy(), mf_init(), mf_open(), mf_write(), and scan_areadef().
struct meta_file* MFile_area_struct::mfiles |
Definition at line 97 of file mfile.h.
Referenced by mf_init(), mf_open(), and mf_reset().
Zebra_mutex MFile_area_struct::mutex |
char MFile_area_struct::name[FILENAME_MAX+1] |
struct MFile_area_struct* MFile_area_struct::next |