nfs-ganesha 1.4
|
#include <handle_mapping.h>
Public Attributes | |
char | databases_directory [MAXPATHLEN] |
char | temp_directory [MAXPATHLEN] |
unsigned int | database_count |
unsigned int | hashtable_size |
unsigned int | nb_handles_prealloc |
unsigned int | nb_db_op_prealloc |
int | synchronous_insert |
Definition at line 41 of file handle_mapping.h.
unsigned int handle_map_param__::database_count |
Definition at line 50 of file handle_mapping.h.
char handle_map_param__::databases_directory[MAXPATHLEN] |
Definition at line 44 of file handle_mapping.h.
unsigned int handle_map_param__::hashtable_size |
Definition at line 53 of file handle_mapping.h.
unsigned int handle_map_param__::nb_db_op_prealloc |
Definition at line 59 of file handle_mapping.h.
unsigned int handle_map_param__::nb_handles_prealloc |
Definition at line 56 of file handle_mapping.h.
Definition at line 62 of file handle_mapping.h.
char handle_map_param__::temp_directory[MAXPATHLEN] |
Definition at line 47 of file handle_mapping.h.