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 | { FILESET_OPTION = 0, COS_OPTION = 1 } |
Functions | |
fsal_status_t | HPSSFSAL_BuildExportContext (hpssfsal_export_context_t *p_export_context, fsal_path_t *p_export_path, char *fs_specific_options) |
fsal_status_t | HPSSFSAL_CleanUpExportContext (hpssfsal_export_context_t *p_export_context) |
fsal_status_t | HPSSFSAL_InitClientContext (hpssfsal_op_context_t *p_thr_context) |
fsal_status_t | HPSSFSAL_GetClientContext (hpssfsal_op_context_t *p_thr_context, hpssfsal_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 27 of file FSAL_HPSS/fsal_context.c.
const char* fs_specific_opts[] |
{ "fileset", "cos", NULL }
Definition at line 33 of file FSAL_HPSS/fsal_context.c.