|
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 <sys/types.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| fsal_status_t | FUSEFSAL_BuildExportContext (fsal_export_context_t *p_export_context, fsal_path_t *p_export_path, char *fs_specific_options) |
| fsal_status_t | FUSEFSAL_InitClientContext (fsal_op_context_t *context) |
| fsal_status_t | FUSEFSAL_GetClientContext (fsal_op_context_t *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) |
1.7.3