nfs-ganesha 1.4
|
Management of the file content cache: configuration file parsing. More...
#include "LRU_List.h"
#include "log.h"
#include "HashData.h"
#include "HashTable.h"
#include "fsal.h"
#include "cache_inode.h"
#include "cache_content.h"
#include "config_parsing.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/param.h>
#include <time.h>
#include <pthread.h>
#include <string.h>
Go to the source code of this file.
Functions | |
cache_content_status_t | cache_content_read_conf_client_parameter (config_file_t in_config, cache_content_client_parameter_t *pparam) |
void | cache_content_print_conf_client_parameter (FILE *output, cache_content_client_parameter_t param) |
cache_content_status_t | cache_content_read_conf_gc_policy (config_file_t in_config, cache_content_gc_policy_t *ppolicy) |
void | cache_content_print_conf_gc_policy (FILE *output, cache_content_gc_policy_t gcpolicy) |
Variables | |
char | fcc_log_path [MAXPATHLEN] |
int | fcc_debug_level = -1 |
Management of the file content cache: configuration file parsing.
cache_content_read_conf.c : Management of the file content cache: configuration file parsing.
Definition in file cache_content_read_conf.c.
void cache_content_print_conf_client_parameter | ( | FILE * | output, |
cache_content_client_parameter_t | param | ||
) |
cache_content_print_conf_client_parameter: prints the client parameter.
Prints the client parameters.
output | [IN] a descriptor to the IO for printing the data. |
param | [IN] structure to be printed. |
Definition at line 201 of file cache_content_read_conf.c.
void cache_content_print_conf_gc_policy | ( | FILE * | output, |
cache_content_gc_policy_t | gcpolicy | ||
) |
cache_content_print_gc_pol: prints the garbage collection policy.
Prints the garbage collection policy.
output | [IN] a descriptor to the IO for printing the data. |
param | [IN] structure to be printed. |
Definition at line 316 of file cache_content_read_conf.c.
cache_content_status_t cache_content_read_conf_client_parameter | ( | config_file_t | in_config, |
cache_content_client_parameter_t * | pparam | ||
) |
Definition at line 77 of file cache_content_read_conf.c.
cache_content_status_t cache_content_read_conf_gc_policy | ( | config_file_t | in_config, |
cache_content_gc_policy_t * | ppolicy | ||
) |
cache_content_read_conf_gc_policy: read the garbage collection policy in configuration file.
Reads the garbage collection policy in configuration file.
in_config | [IN] configuration file handle |
pparam | [OUT] read parameters |
Definition at line 224 of file cache_content_read_conf.c.
int fcc_debug_level = -1 |
Definition at line 63 of file cache_content_read_conf.c.
char fcc_log_path[MAXPATHLEN] |
Definition at line 62 of file cache_content_read_conf.c.