Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/dm-vdo/
Derrors.c157 buffer = vdo_append_to_buffer(buffer, buf_end, "%s: %s", in uds_string_error()
160 buffer = vdo_append_to_buffer(buffer, buf_end, "Unknown %s %d", in uds_string_error()
164 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", info->message); in uds_string_error()
169 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", tmp); in uds_string_error()
191 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", info->name); in uds_string_error_name()
193 buffer = vdo_append_to_buffer(buffer, buf_end, "%s %d", in uds_string_error_name()
197 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", info->name); in uds_string_error_name()
203 buffer = vdo_append_to_buffer(buffer, buf_end, "%s", tmp); in uds_string_error_name()
Dstring-utils.h20 char *vdo_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...)
Dstring-utils.c8 char *vdo_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...) in vdo_append_to_buffer() function
Ddm-vdo-target.c342 current_position = vdo_append_to_buffer(current_position, in join_strings()