| nfs-ganesha 1.4 | 
#include <string.h>#include "fsal.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_xfs_functions | 
| fsal_const_t | fsal_xfs_consts | 
| fsal_const_t FSAL_GetConsts | ( | void | ) | 
Definition at line 115 of file FSAL_POSIX/fsal_compat.c.
| fsal_functions_t FSAL_GetFunctions | ( | void | ) | 
Definition at line 110 of file FSAL_POSIX/fsal_compat.c.
 {
  .fsal_handle_t_size = sizeof(posixfsal_handle_t),
  .fsal_op_context_t_size = sizeof(posixfsal_op_context_t),
  .fsal_export_context_t_size = sizeof(posixfsal_export_context_t),
  .fsal_file_t_size = sizeof(posixfsal_file_t),
  .fsal_cookie_t_size = sizeof(posixfsal_cookie_t),
  .fsal_cred_t_size = sizeof(struct user_credentials),
  .fs_specific_initinfo_t_size = sizeof(posixfs_specific_initinfo_t),
  .fsal_dir_t_size = sizeof(posixfsal_dir_t)
}
Definition at line 99 of file FSAL_POSIX/fsal_compat.c.
Definition at line 20 of file FSAL_POSIX/fsal_compat.c.
 1.7.3
 1.7.3