nfs-ganesha 1.4
|
#include "fsal.h"
Go to the source code of this file.
Functions | |
fsal_boolean_t | fsal_is_retryable (fsal_status_t status) |
fsal_boolean_t fsal_is_retryable | ( | fsal_status_t | status | ) |
fsal_is_retryable: Indicates if an FSAL error is retryable, i.e. if the caller has a chance of succeeding if it tries to call again the function that returned such an error code.
status(input),: | The fsal status whom retryability is to be tested. |
Definition at line 33 of file FSAL_HPSS/fsal_errors.c.