|
nfs-ganesha 1.4
|
#include "fsal.h"#include "fsal_internal.h"#include "fsal_common.h"#include <pwd.h>#include <errno.h>#include <stdlib.h>#include <string.h>#include "HashTable.h"Go to the source code of this file.
Enumerations | |
| enum | { YOUR_OPTION_1 = 0, YOUR_OPTION_2 = 1, YOUR_OPTION_3 = 2, YOUR_OPTION_4 = 3 } |
Functions | |
| fsal_status_t | ZFSFSAL_BuildExportContext (fsal_export_context_t *exp_context, fsal_path_t *p_export_path, char *fs_specific_options) |
Variables | |
| snapshot_t * | p_snapshots |
| const char * | fs_specific_opts [] |
| anonymous enum |
usefull subopt definitions
Definition at line 32 of file FSAL_ZFS/fsal_context.c.
| const char* fs_specific_opts[] |
{
"option1",
"option2",
"option3",
"option4",
NULL
}
Definition at line 40 of file FSAL_ZFS/fsal_context.c.
Definition at line 36 of file FSAL_ZFS/fsal_internal.c.
1.7.3