|
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_NULL "MFSL_NULL" |
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_NULL "MFSL_NULL" |
Definition at line 44 of file MFSL/MFSL_NULL/mfsl_types.h.
| #define FALSE 0 |
Definition at line 37 of file MFSL/MFSL_NULL/mfsl_types.h.
| #define TRUE 1 |
Definition at line 34 of file MFSL/MFSL_NULL/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 |
1.7.3