Home
last modified time | relevance | path

Searched refs:uds_string_error (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/md/dm-vdo/ !
Dstatus-codes.c91 uds_string_error(error, error_message, sizeof(error_message))); in vdo_status_to_errno()
Derrors.h63 const char * __must_check uds_string_error(int errnum, char *buf, size_t buflen);
Derrors.c141 const char *uds_string_error(int errnum, char *buf, size_t buflen) in uds_string_error() function
255 uds_string_error(error, error_message, in uds_status_to_errno()
Dlogger.c198 const char *message = uds_string_error(errnum, errbuf, sizeof(errbuf)); in vdo_vlog_strerror()