Searched refs:sprintf_ret (Results 1 – 1 of 1) sorted by relevance
388 int sprintf_ret; in orangefs_debug_read() 398 sprintf_ret = scnprintf(buf, ORANGEFS_MAX_DEBUG_STRING_LEN, "%s", (char *)file->private_data); in orangefs_debug_read() 401 read_ret = simple_read_from_buffer(ubuf, count, ppos, buf, sprintf_ret); in orangefs_debug_read() 392 int sprintf_ret; orangefs_debug_read() local