| nfs-ganesha 1.4 | 
#include "LRU_List.h"#include "log.h"#include "HashData.h"#include "HashTable.h"#include "fsal.h"#include "cache_inode.h"#include "cache_content.h"#include <unistd.h>#include <sys/types.h>#include <sys/param.h>#include <time.h>#include <pthread.h>#include <errno.h>#include <dirent.h>#include <string.h>Go to the source code of this file.
| Functions | |
| cache_content_status_t | cache_content_crash_recover (unsigned short exportid, unsigned int index, unsigned int mod, cache_content_client_t *pclient_data, fsal_op_context_t *pcontext, cache_content_status_t *pstatus) | 
| cache_content_status_t cache_content_crash_recover | ( | unsigned short | exportid, | 
| unsigned int | index, | ||
| unsigned int | mod, | ||
| cache_content_client_t * | pclient_data, | ||
| fsal_op_context_t * | pcontext, | ||
| cache_content_status_t * | pstatus | ||
| ) | 
cache_content_crash_recover: recovers the data cache and the associated inode after a crash.
[OUT] returned status.
Definition at line 71 of file cache_content_crash_recover.c.
 1.7.3
 1.7.3