|
IDZEBRA 2.2.8
|
#include <mfile.h>
Data Fields | |
| char | name [FILENAME_MAX+1] |
| mfile_off_t | max_bytes |
| mfile_off_t | avail_bytes |
| struct mf_dir * | next |
| mfile_off_t mf_dir::avail_bytes |
Definition at line 59 of file mfile.h.
Referenced by mf_area_directory_stat(), mf_init(), mf_open(), and mf_write().
| mfile_off_t mf_dir::max_bytes |
Definition at line 58 of file mfile.h.
Referenced by mf_area_directory_stat(), mf_init(), mf_open(), and mf_write().
| char mf_dir::name[FILENAME_MAX+1] |
Definition at line 57 of file mfile.h.
Referenced by bf_cache(), mf_area_directory_stat(), mf_init(), mf_open(), and mf_write().
| struct mf_dir* mf_dir::next |
Definition at line 60 of file mfile.h.
Referenced by mf_area_directory_stat(), mf_destroy(), mf_init(), mf_open(), mf_write(), and scan_areadef().