nfs-ganesha 1.4
Functions | Variables

pnfs_read_conf.c File Reference

#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 "nfs23.h"
#include "nfs4.h"
#include "pnfs.h"
#include "pnfs_internal.h"
#include "mount.h"
#include "nfs_core.h"
#include "cache_inode.h"
#include "nfs_file_handle.h"
#include "nfs_exports.h"
#include "nfs_tools.h"
#include "nfs_proto_functions.h"
#include "nfs_dupreq.h"
#include "config_parsing.h"

Go to the source code of this file.

Functions

int pnfs_read_ds_conf (config_item_t subblock, pnfs_ds_parameter_t *pds_conf)
int pnfs_read_conf (config_file_t in_config, pnfs_parameter_t *pparam)

Variables

pnfs_parameter_t pnfs_param

Function Documentation

int pnfs_read_conf ( config_file_t  in_config,
pnfs_parameter_t pparam 
)

Definition at line 132 of file pnfs_read_conf.c.

int pnfs_read_ds_conf ( config_item_t  subblock,
pnfs_ds_parameter_t pds_conf 
)

Definition at line 38 of file pnfs_read_conf.c.


Variable Documentation

Definition at line 36 of file pnfs_read_conf.c.