nfs-ganesha 1.4
|
#include <cache_content.h>
Public Attributes | |
char | cache_path_data [MAXPATHLEN] |
char | cache_path_index [MAXPATHLEN] |
cache_content_opened_file_t | opened_file |
cache_content_sync_state_t | sync_state |
Definition at line 134 of file cache_content.h.
char cache_content_local_entry__::cache_path_data[MAXPATHLEN] |
Path of the cached content
Definition at line 136 of file cache_content.h.
char cache_content_local_entry__::cache_path_index[MAXPATHLEN] |
Path to the index file (for crash recovery)
Definition at line 137 of file cache_content.h.
Opened file descriptor related to the entry
Definition at line 138 of file cache_content.h.
Is this entry synchronized ?
Definition at line 139 of file cache_content.h.