Searched refs:userbuf (Results 1 – 3 of 3) sorted by relevance
| /fs/efivarfs/ |
| A D | file.c | 16 const char __user *userbuf, size_t count, loff_t *ppos) in efivarfs_file_write() argument 29 if (copy_from_user(&attributes, userbuf, sizeof(attributes))) in efivarfs_file_write() 35 data = memdup_user(userbuf + sizeof(attributes), datasize); in efivarfs_file_write() 79 static ssize_t efivarfs_file_read(struct file *file, char __user *userbuf, in efivarfs_file_read() argument 114 size = simple_read_from_buffer(userbuf, count, ppos, in efivarfs_file_read()
|
| /fs/pstore/ |
| A D | inode.c | 130 static ssize_t pstore_file_read(struct file *file, char __user *userbuf, in pstore_file_read() argument 137 return seq_read(file, userbuf, count, ppos); in pstore_file_read() 138 return simple_read_from_buffer(userbuf, count, ppos, in pstore_file_read()
|
| /fs/dlm/ |
| A D | debug_fs.c | 594 static ssize_t waiters_read(struct file *file, char __user *userbuf, in waiters_read() argument 622 rv = simple_read_from_buffer(userbuf, count, ppos, debug_buf, pos); in waiters_read()
|
Completed in 13 milliseconds