nfs-ganesha 1.4
|
#include <cache_content.h>
Public Attributes | |
pool_t * | content_pool |
unsigned int | nb_prealloc |
cache_content_stat_t | stat |
char | cache_dir [MAXPATHLEN] |
unsigned int | flush_force_fsal |
unsigned int | max_fd |
time_t | retention |
unsigned int | use_fd_cache |
int | fd_gc_needed |
Definition at line 165 of file cache_content.h.
char cache_content_client__::cache_dir[MAXPATHLEN] |
Path to the directory where data are cached
Definition at line 170 of file cache_content.h.
Worker's preallocad cache entries pool
Definition at line 167 of file cache_content.h.
Should we perform fd gc ?
Definition at line 175 of file cache_content.h.
unsigned int cache_content_client__::flush_force_fsal |
Should the flush force the write to FSAL
Definition at line 171 of file cache_content.h.
unsigned int cache_content_client__::max_fd |
Max fd open per client
Definition at line 172 of file cache_content.h.
unsigned int cache_content_client__::nb_prealloc |
Size of the preallocated pool
Definition at line 168 of file cache_content.h.
Fd retention duration
Definition at line 173 of file cache_content.h.
File content statistics for this client
Definition at line 169 of file cache_content.h.
unsigned int cache_content_client__::use_fd_cache |
Do we cache fd or not ?
Definition at line 174 of file cache_content.h.