nfs-ganesha 1.4
|
The file that contain the 'file_content_gc_thread' routine for the nfsd. More...
#include <stdio.h>
#include <string.h>
#include <pthread.h>
#include <fcntl.h>
#include <sys/file.h>
#include "HashData.h"
#include "HashTable.h"
#include "log.h"
#include "ganesha_rpc.h"
#include "nfs23.h"
#include "nfs4.h"
#include "mount.h"
#include "nfs_core.h"
#include "cache_inode.h"
#include "nfs_exports.h"
#include "nfs_creds.h"
#include "nfs_proto_functions.h"
#include "nfs_dupreq.h"
#include "nfs_file_handle.h"
#include "nfs_stat.h"
#include "SemN.h"
#include "nfs_tcb.h"
Go to the source code of this file.
Functions | |
int | ___cache_content_invalidate_flushed (LRU_entry_t *plru_entry, void *addparam) |
int | file_content_gc_manage_entry (LRU_entry_t *plru_entry, void *addparam) |
void * | file_content_gc_thread (void *UnusedArg) |
Variables | |
char | ganesha_exec_path [MAXPATHLEN] |
char | fcc_log_path [MAXPATHLEN] |
int | fcc_debug_level |
nfs_worker_data_t | fcc_gc_data |
unsigned int | force_flush_by_signal |
nfs_tcb_t | gccb |
The file that contain the 'file_content_gc_thread' routine for the nfsd.
Definition in file nfs_file_content_gc_thread.c.
int ___cache_content_invalidate_flushed | ( | LRU_entry_t * | plru_entry, |
void * | addparam | ||
) |
Definition at line 81 of file nfs_file_content_gc_thread.c.
int file_content_gc_manage_entry | ( | LRU_entry_t * | plru_entry, |
void * | addparam | ||
) |
Definition at line 102 of file nfs_file_content_gc_thread.c.
void* file_content_gc_thread | ( | void * | UnusedArg | ) |
Definition at line 132 of file nfs_file_content_gc_thread.c.
int fcc_debug_level |
Definition at line 63 of file cache_content_read_conf.c.
Definition at line 75 of file nfs_file_content_gc_thread.c.
char fcc_log_path[MAXPATHLEN] |
Definition at line 62 of file cache_content_read_conf.c.
unsigned int force_flush_by_signal |
Definition at line 79 of file nfs_file_content_gc_thread.c.
char ganesha_exec_path[MAXPATHLEN] |
Definition at line 53 of file ConvertFh.c.
Definition at line 117 of file nfs_init.c.