|
nfs-ganesha 1.4
|
Management of the file content cache: initialisation. More...
#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>Go to the source code of this file.
Functions | |
| void | cache_content_set_gc_policy (cache_content_gc_policy_t policy) |
| cache_content_gc_policy_t | cache_content_get_gc_policy (void) |
Variables | |
| cache_content_gc_policy_t | cache_content_gc_policy |
Management of the file content cache: initialisation.
cache_content.c : Management of the file content cache: initialisation.
Definition in file cache_content_gc.c.
| cache_content_gc_policy_t cache_content_get_gc_policy | ( | void | ) |
cache_content_get_gc_policy: Set the cache_content garbagge collecting policy.
Definition at line 91 of file cache_content_gc.c.
| void cache_content_set_gc_policy | ( | cache_content_gc_policy_t | policy | ) |
cache_content_set_gc_policy: Set the cache_content garbagge collecting policy.
| policy | [IN] policy to be set. |
Definition at line 79 of file cache_content_gc.c.
Definition at line 68 of file cache_content_gc.c.
1.7.3