nfs-ganesha 1.4
|
Init the cache_inode. More...
#include "log.h"
#include "HashData.h"
#include "HashTable.h"
#include "fsal.h"
#include "cache_inode.h"
#include "sal_data.h"
#include "cache_inode_lru.h"
#include "cache_inode_weakref.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/param.h>
#include <time.h>
#include <pthread.h>
Go to the source code of this file.
Functions | |
hash_table_t * | cache_inode_init (cache_inode_parameter_t param, cache_inode_status_t *status) |
Initialize the caching layer. |
Init the cache_inode.
cache_inode_init.c : Initialization routines for the cache_inode.
Definition in file cache_inode_init.c.
hash_table_t* cache_inode_init | ( | cache_inode_parameter_t | param, |
cache_inode_status_t * | status | ||
) |
Initialize the caching layer.
This function initializes the memory pools, hash table, and weakref table used for cache management.
[in] | param | The parameters for this cache |
[out] | status | Operation status |
Definition at line 73 of file cache_inode_init.c.