|
nfs-ganesha 1.4
|
#include "fsal.h"#include "fsal_types.h"#include "fsal_glue.h"#include "fsal_internal.h"#include "FSAL/common_methods.h"Go to the source code of this file.
Functions | |
| fsal_functions_t | FSAL_GetFunctions (void) |
| fsal_const_t | FSAL_GetConsts (void) |
Variables | |
| fsal_functions_t | fsal_ceph_functions |
| fsal_const_t | fsal_ceph_consts |
| fsal_const_t FSAL_GetConsts | ( | void | ) |
Definition at line 134 of file FSAL_CEPH/fsal_compat.c.
| fsal_functions_t FSAL_GetFunctions | ( | void | ) |
Definition at line 129 of file FSAL_CEPH/fsal_compat.c.
{
.fsal_handle_t_size = sizeof(cephfsal_handle_t),
.fsal_op_context_t_size = sizeof(cephfsal_op_context_t),
.fsal_export_context_t_size = sizeof(cephfsal_export_context_t),
.fsal_file_t_size = sizeof(cephfsal_file_t),
.fsal_cookie_t_size = sizeof(cephfsal_cookie_t),
.fsal_cred_t_size = sizeof(struct user_credentials),
.fs_specific_initinfo_t_size = sizeof(cephfs_specific_initinfo_t),
.fsal_dir_t_size = sizeof(cephfsal_dir_t)
}
Definition at line 118 of file FSAL_CEPH/fsal_compat.c.
Definition at line 39 of file FSAL_CEPH/fsal_compat.c.
1.7.3