nfs-ganesha 1.4
|
#include <cache_content.h>
Public Attributes | |
time_t | read_time |
time_t | mod_time |
time_t | refresh_time |
time_t | alloc_time |
time_t | last_flush_time |
time_t | last_refresh_time |
cache_content_entry_valid_state_t | valid_state |
cache_content_spec_data_t * | pspecdata |
Definition at line 121 of file cache_content.h.
Epoch time of the allocation for this entry
Definition at line 126 of file cache_content.h.
Epoch time of the last flush
Definition at line 127 of file cache_content.h.
Epoch time of the last refresh
Definition at line 128 of file cache_content.h.
Epoch time of the last change operation on the entry
Definition at line 124 of file cache_content.h.
Pointer to the entry's specific data
Definition at line 130 of file cache_content.h.
Epoch time of the last read operation on the entry
Definition at line 123 of file cache_content.h.
Epoch time of the last update operation on the entry
Definition at line 125 of file cache_content.h.
Is this entry valid or invalid ?
Definition at line 129 of file cache_content.h.