|
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>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 | FSAL_BuildExportContext (fsal_export_context_t *p_export_context, fsal_path_t *p_export_path, char *fs_specific_options) |
| fsal_status_t | FSAL_InitClientContext (fsal_op_context_t *p_thr_context) |
| fsal_status_t | FSAL_GetClientContext (fsal_op_context_t *p_thr_context, fsal_export_context_t *p_export_context, fsal_uid_t uid, fsal_gid_t gid, fsal_gid_t *alt_groups, fsal_count_t nb_alt_groups) |
Variables | |
| const char * | fs_specific_opts [] |
| anonymous enum |
usefull subopt definitions
Definition at line 29 of file FSAL_TEMPLATE/fsal_context.c.
| const char* fs_specific_opts[] |
{
"option1",
"option2",
"option3",
"option4",
NULL
}
Definition at line 37 of file FSAL_TEMPLATE/fsal_context.c.
1.7.3