nfs-ganesha 1.4
|
#include <sys/types.h>
#include <sys/param.h>
#include <dirent.h>
#include "config_parsing.h"
#include "err_fsal.h"
#include "err_mfsl.h"
Go to the source code of this file.
Classes | |
struct | mfsl_parameter__ |
struct | mfsl_context__ |
struct | mfsl_object__ |
struct | mfsl_file__ |
Defines | |
#define | TRUE 1 |
#define | FALSE 0 |
#define | CONF_LABEL_MFSL_AIO "MFSL_AIO" |
Typedefs | |
typedef struct mfsl_parameter__ | mfsl_parameter_t |
typedef struct mfsl_context__ | mfsl_context_t |
typedef struct mfsl_object__ | mfsl_object_t |
typedef struct mfsl_file__ | mfsl_file_t |
#define CONF_LABEL_MFSL_AIO "MFSL_AIO" |
Definition at line 45 of file MFSL/MFSL_AIO/mfsl_types.h.
#define FALSE 0 |
Definition at line 38 of file MFSL/MFSL_AIO/mfsl_types.h.
#define TRUE 1 |
Definition at line 35 of file MFSL/MFSL_AIO/mfsl_types.h.
typedef struct mfsl_context__ mfsl_context_t |
typedef struct mfsl_file__ mfsl_file_t |
typedef struct mfsl_object__ mfsl_object_t |
typedef struct mfsl_parameter__ mfsl_parameter_t |