Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Ddebug.c253 static ssize_t dfs_file_read(struct file *file, char __user *user_buf, in dfs_file_read() argument
282 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read()
287 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read()
292 count = simple_read_from_buffer(user_buf, count, ppos, in dfs_file_read()
308 count = simple_read_from_buffer(user_buf, count, ppos, buf, 2); in dfs_file_read()
316 static ssize_t dfs_file_write(struct file *file, const char __user *user_buf, in dfs_file_write() argument
333 if (copy_from_user(buf, user_buf, buf_size)) { in dfs_file_write()

Completed in 3 milliseconds