| nfs-ganesha 1.4 | 
#include <fsal_types.h>
| Public Attributes | |
| unsigned int | nb_call [FSAL_NB_FUNC] | 
| unsigned int | nb_success [FSAL_NB_FUNC] | 
| unsigned int | nb_err_retryable [FSAL_NB_FUNC] | 
| unsigned int | nb_err_unrecover [FSAL_NB_FUNC] | 
Statistics about the use of the Filesystem abstraction layer.
Definition at line 998 of file fsal_types.h.
| unsigned int func_fsal_stats__::nb_call[FSAL_NB_FUNC] | 
Total number of calls to fsal
Definition at line 999 of file fsal_types.h.
| unsigned int func_fsal_stats__::nb_err_retryable[FSAL_NB_FUNC] | 
Total number of failed/retryable calls
Definition at line 1001 of file fsal_types.h.
| unsigned int func_fsal_stats__::nb_err_unrecover[FSAL_NB_FUNC] | 
Total number of failed/unrecoverable calls
Definition at line 1002 of file fsal_types.h.
| unsigned int func_fsal_stats__::nb_success[FSAL_NB_FUNC] | 
Total number of successfull calls
Definition at line 1000 of file fsal_types.h.
 1.7.3
 1.7.3