| nfs-ganesha 1.4 | 
#include <stdio.h>#include <string.h>#include <pthread.h>#include "nfs_core.h"#include "log.h"#include "fsal_up.h"#include "err_fsal.h"#include "nfs_tcb.h"Go to the source code of this file.
| Functions | |
| fsal_status_t | dumb_fsal_up_invalidate_step2 (fsal_up_event_data_t *) | 
| fsal_status_t | schedule_fsal_up_event_process (fsal_up_event_t *arg) | 
| void * | fsal_up_process_thread (void *UnUsedArg) | 
| void | create_fsal_up_threads () | 
| void | constructor_fsal_up_event_t (void *ptr, void *parameter) | 
| void | nfs_Init_FSAL_UP () | 
| fsal_status_t | process_event (fsal_up_event_t *myevent, fsal_up_event_functions_t *event_func) | 
| fsal_up_event_functions_t * | get_fsal_up_functions (char *fsal_up_type) | 
| fsal_up_event_bus_filter_t * | find_filter (char filtername[MAX_FILTER_NAMELEN]) | 
| void * | fsal_up_thread (void *Arg) | 
| Variables | |
| nfs_tcb_t | fsal_up_process_tcb | 
Definition in file fsal_up_thread.c.
| void constructor_fsal_up_event_t | ( | void * | ptr, | 
| void * | parameter | ||
| ) | 
Definition at line 265 of file fsal_up_thread.c.
| void create_fsal_up_threads | ( | ) | 
Definition at line 184 of file fsal_up_thread.c.
| fsal_status_t dumb_fsal_up_invalidate_step2 | ( | fsal_up_event_data_t * | ) | 
Definition at line 63 of file fsal_up_functions.c.
| fsal_up_event_bus_filter_t* find_filter | ( | char | filtername[MAX_FILTER_NAMELEN] | ) | 
Definition at line 422 of file fsal_up_thread.c.
| void* fsal_up_process_thread | ( | void * | UnUsedArg | ) | 
Definition at line 92 of file fsal_up_thread.c.
| void* fsal_up_thread | ( | void * | Arg | ) | 
Definition at line 427 of file fsal_up_thread.c.
| fsal_up_event_functions_t* get_fsal_up_functions | ( | char * | fsal_up_type | ) | 
Definition at line 408 of file fsal_up_thread.c.
| void nfs_Init_FSAL_UP | ( | ) | 
Definition at line 272 of file fsal_up_thread.c.
| fsal_status_t process_event | ( | fsal_up_event_t * | myevent, | 
| fsal_up_event_functions_t * | event_func | ||
| ) | 
Definition at line 299 of file fsal_up_thread.c.
| fsal_status_t schedule_fsal_up_event_process | ( | fsal_up_event_t * | arg | ) | 
Definition at line 46 of file fsal_up_thread.c.
Definition at line 44 of file fsal_up_thread.c.
 1.7.3
 1.7.3