#include <assert.h>
#include "pvfs2-attr.h"
#include "ncache.h"
#include "tcache.h"
#include "pint-util.h"
#include "pvfs2-debug.h"
#include "gossip.h"
#include "pvfs2-internal.h"
#include <string.h>
Functions | |
| void | PINT_ncache_enable_perf_counter (struct PINT_perf_counter *pc) |
| int | PINT_ncache_initialize (void) |
| void | PINT_ncache_finalize (void) |
| int | PINT_ncache_get_info (enum PINT_ncache_options option, unsigned int *arg) |
| int | PINT_ncache_set_info (enum PINT_ncache_options option, unsigned int arg) |
| int | PINT_ncache_get_cached_entry (const char *entry, PVFS_object_ref *entry_ref, const PVFS_object_ref *parent_ref) |
| void | PINT_ncache_invalidate (const char *entry, const PVFS_object_ref *parent_ref) |
| int | PINT_ncache_update (const char *entry, const PVFS_object_ref *entry_ref, const PVFS_object_ref *parent_ref) |
Variables | |
| PINT_perf_key | ncache_keys [] |
1.3.5