Searched refs:vdo_append_to_buffer (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/md/dm-vdo/ |
D | errors.c | 157 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()
|
D | string-utils.h | 20 char *vdo_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...)
|
D | string-utils.c | 8 char *vdo_append_to_buffer(char *buffer, char *buf_end, const char *fmt, ...) in vdo_append_to_buffer() function
|
D | dm-vdo-target.c | 342 current_position = vdo_append_to_buffer(current_position, in join_strings()
|