nfs-ganesha 1.4
|
#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_lustre_functions |
fsal_const_t | fsal_lustre_consts |
fsal_const_t FSAL_GetConsts | ( | void | ) |
Definition at line 117 of file FSAL_LUSTRE/fsal_compat.c.
fsal_functions_t FSAL_GetFunctions | ( | void | ) |
Definition at line 112 of file FSAL_LUSTRE/fsal_compat.c.
{ .fsal_handle_t_size = sizeof(lustrefsal_handle_t), .fsal_op_context_t_size = sizeof(lustrefsal_op_context_t), .fsal_export_context_t_size = sizeof(lustrefsal_export_context_t), .fsal_file_t_size = sizeof(lustrefsal_file_t), .fsal_cookie_t_size = sizeof(lustrefsal_cookie_t), .fsal_cred_t_size = sizeof(struct user_credentials), .fs_specific_initinfo_t_size = sizeof(lustrefs_specific_initinfo_t), .fsal_dir_t_size = sizeof(lustrefsal_dir_t) }
Definition at line 101 of file FSAL_LUSTRE/fsal_compat.c.
Definition at line 23 of file FSAL_LUSTRE/fsal_compat.c.