|
nfs-ganesha 1.4
|
Get and eventually cache an entry. More...
#include <stdio.h>#include <string.h>#include <pthread.h>#include <fcntl.h>#include <sys/file.h>#include "HashData.h"#include "HashTable.h"#include "log.h"#include "nfs23.h"#include "nfs4.h"#include "mount.h"#include "nfs_core.h"#include "cache_inode.h"#include "nfs_exports.h"#include "nfs_creds.h"#include "nfs_proto_functions.h"#include "nfs_tools.h"#include "nfs_proto_tools.h"Go to the source code of this file.
Functions | |
| cache_inode_status_t | cache_inode_statfs (cache_entry_t *entry, fsal_dynamicfsinfo_t *dynamicinfo, fsal_op_context_t *context, cache_inode_status_t *status) |
Get and eventually cache an entry.
cache_inode_statfs.c : Get static and dynamic info on the cache inode layer.
Definition in file cache_inode_statfs.c.
| cache_inode_status_t cache_inode_statfs | ( | cache_entry_t * | entry, |
| fsal_dynamicfsinfo_t * | dynamicinfo, | ||
| fsal_op_context_t * | context, | ||
| cache_inode_status_t * | status | ||
| ) |
Definition at line 65 of file cache_inode_statfs.c.
1.7.3