nfs-ganesha 1.4
|
#include "fsal.h"
#include "fsal_internal.h"
#include "fsal_convert.h"
#include <pwd.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <time.h>
#include <stdio.h>
#include <pthread.h>
#include <mntent.h>
#include <libgen.h>
Go to the source code of this file.
Functions | |
fsal_status_t | VFSFSAL_BuildExportContext (fsal_export_context_t *context, fsal_path_t *p_export_path, char *fs_specific_options) |
fsal_status_t | VFSFSAL_InitClientContext (fsal_op_context_t *p_context) |
fsal_status_t | VFSFSAL_GetClientContext (fsal_op_context_t *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) |