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>
#include <sys/vfs.h>
Go to the source code of this file.
Functions | |
fsal_status_t | GPFSFSAL_BuildExportContext (fsal_export_context_t *export_context, fsal_path_t *p_export_path, char *fs_specific_options) |
fsal_status_t | GPFSFSAL_CleanUpExportContext (fsal_export_context_t *p_export_context) |
fsal_status_t GPFSFSAL_BuildExportContext | ( | fsal_export_context_t * | export_context, |
fsal_path_t * | p_export_path, | ||
char * | fs_specific_options | ||
) |
build the export entry
Definition at line 32 of file FSAL_GPFS/fsal_context.c.
fsal_status_t GPFSFSAL_CleanUpExportContext | ( | fsal_export_context_t * | p_export_context | ) |
FSAL_CleanUpExportContext : this will clean up and state in an export that was created during the BuildExportContext phase. For many FSALs this may be a noop.
p_export_context | (in, gpfsfsal_export_context_t) |
Definition at line 137 of file FSAL_GPFS/fsal_context.c.