nfs-ganesha 1.4
|
#include <errno.h>
#include <pthread.h>
#include "fsal_types.h"
#include "fsal.h"
#include "mfsl_types.h"
#include "mfsl.h"
#include "common_utils.h"
#include "LRU_List.h"
#include "HashData.h"
#include "HashTable.h"
#include "abstract_mem.h"
Go to the source code of this file.
Functions | |
fsal_status_t | MFSL_Init (mfsl_parameter_t *init_info) |
Variables | |
pthread_t | mfsl_async_adt_thrid |
pthread_t * | mfsl_async_synclet_thrid |
mfsl_synclet_data_t * | synclet_data |
mfsl_parameter_t | mfsl_param |
fsal_status_t MFSL_Init | ( | mfsl_parameter_t * | init_info | ) |
MFSL_Init: Inits the MFSL layer.
Inits the MFSL layer.
init_info | [IN] pointer to the MFSL parameters |
Definition at line 72 of file mfsl_async_init.c.
pthread_t mfsl_async_adt_thrid |
Definition at line 53 of file mfsl_async_init.c.
pthread_t* mfsl_async_synclet_thrid |
Definition at line 54 of file mfsl_async_init.c.
Definition at line 58 of file mfsl_async_init.c.
Definition at line 56 of file mfsl_async_init.c.