nfs-ganesha 1.4
|
#include <cache_content.h>
Public Attributes | |
unsigned int | nb_prealloc_entry |
char | cache_dir [MAXPATHLEN] |
unsigned int | flush_force_fsal |
unsigned int | max_fd |
unsigned int | use_fd_cache |
Definition at line 109 of file cache_content.h.
char cache_content_client_parameter__::cache_dir[MAXPATHLEN] |
Path to the directory where data are cached
Definition at line 112 of file cache_content.h.
unsigned int cache_content_client_parameter__::flush_force_fsal |
Should the flush force the write to FSAL
Definition at line 113 of file cache_content.h.
unsigned int cache_content_client_parameter__::max_fd |
Max fd open per client
Definition at line 114 of file cache_content.h.
unsigned int cache_content_client_parameter__::nb_prealloc_entry |
number of preallocated pentries
Definition at line 111 of file cache_content.h.
unsigned int cache_content_client_parameter__::use_fd_cache |
Definition at line 115 of file cache_content.h.