|
nfs-ganesha 1.4
|
The file that contain the 'admin_thread' routine for the nfsd. More...
#include <stdio.h>#include <string.h>#include <pthread.h>#include "nfs_core.h"#include "log.h"#include "nfs_tcb.h"Go to the source code of this file.
Functions | |
| void | nfs_Init_admin_data (void) |
| void | admin_replace_exports () |
| int | rebuild_export_list () |
| void * | admin_thread (void *UnusedArg) |
Variables | |
| exportlist_t * | temp_pexportlist |
| pthread_cond_t | admin_condvar = PTHREAD_COND_INITIALIZER |
| pthread_mutex_t | mutex_admin_condvar = PTHREAD_MUTEX_INITIALIZER |
| bool_t | reload_exports |
The file that contain the 'admin_thread' routine for the nfsd.
nfs_admin_thread.c : The file that contain the 'admin_thread' routine for the nfsd.
Definition in file nfs_admin_thread.c.
| void admin_replace_exports | ( | ) |
Definition at line 63 of file nfs_admin_thread.c.
| void* admin_thread | ( | void * | UnusedArg | ) |
Definition at line 169 of file nfs_admin_thread.c.
| void nfs_Init_admin_data | ( | void | ) |
Definition at line 58 of file nfs_admin_thread.c.
| int rebuild_export_list | ( | ) |
Definition at line 75 of file nfs_admin_thread.c.
| pthread_cond_t admin_condvar = PTHREAD_COND_INITIALIZER |
Definition at line 54 of file nfs_admin_thread.c.
| pthread_mutex_t mutex_admin_condvar = PTHREAD_MUTEX_INITIALIZER |
Definition at line 55 of file nfs_admin_thread.c.
| bool_t reload_exports |
Definition at line 56 of file nfs_admin_thread.c.
Definition at line 53 of file nfs_admin_thread.c.
1.7.3