|
nfs-ganesha 1.4
|
#include <stdio.h>#include <string.h>#include <pthread.h>#include <fcntl.h>#include <sys/file.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <ctype.h>#include "log.h"#include "ganesha_rpc.h"#include "fsal.h"#include "fsal_internal.h"#include "config_parsing.h"Go to the source code of this file.
Defines | |
| #define | CONF_LABEL_PNFS "pNFS" |
Functions | |
| int | LUSTREFSAL_read_conf_pnfs_ds_conf (config_item_t subblock, lustre_ds_parameter_t *pds_conf) |
| fsal_status_t | LUSTREFSAL_load_pnfs_parameter_from_conf (config_file_t in_config, lustre_pnfs_parameter_t *pparam) |
| #define CONF_LABEL_PNFS "pNFS" |
Definition at line 27 of file fsal_pnfs_tools.c.
| fsal_status_t LUSTREFSAL_load_pnfs_parameter_from_conf | ( | config_file_t | in_config, |
| lustre_pnfs_parameter_t * | pparam | ||
| ) |
Definition at line 124 of file fsal_pnfs_tools.c.
| int LUSTREFSAL_read_conf_pnfs_ds_conf | ( | config_item_t | subblock, |
| lustre_ds_parameter_t * | pds_conf | ||
| ) |
Definition at line 30 of file fsal_pnfs_tools.c.
1.7.3