Home
last modified time | relevance | path

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

/fs/debugfs/
Dfile.c341 return simple_read_from_buffer(user_buf, count, ppos, buf, 2); in read_file_bool()
412 return simple_read_from_buffer(user_buf, count, ppos, blob->data, in read_file_blob()
/fs/
Dlibfs.c524 ssize_t simple_read_from_buffer(void __user *to, size_t count, loff_t *ppos, in simple_read_from_buffer() function
614 return simple_read_from_buffer(buf, size, pos, ar->data, ar->size); in simple_transaction_read()
693 ret = simple_read_from_buffer(buf, len, ppos, attr->get_buf, size); in simple_attr_read()
820 EXPORT_SYMBOL(simple_read_from_buffer);
Dbinfmt_misc.c544 res = simple_read_from_buffer(buf, nbytes, ppos, page, strlen(page)); in bm_entry_read()
654 return simple_read_from_buffer(buf, nbytes, ppos, s, strlen(s)); in bm_status_read()
/fs/fuse/
Dcontrol.c61 return simple_read_from_buffer(buf, len, ppos, tmp, size); in fuse_conn_waiting_read()
/fs/proc/
Dbase.c751 length = simple_read_from_buffer(buf, count, ppos, (char *)page, length); in proc_info_read()
1035 return simple_read_from_buffer(buf, count, ppos, buffer, len); in oom_adjust_read()
1117 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); in proc_loginuid_read()
1182 return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); in proc_sessionid_read()
1206 return simple_read_from_buffer(buf, count, ppos, buffer, len); in proc_fault_inject_read()
1910 err = simple_read_from_buffer(buf, len, ppos, tmp, strlen(tmp)); in proc_fdinfo_read()
2146 length = simple_read_from_buffer(buf, count, ppos, p, length); in proc_pid_attr_read()
2251 ret = simple_read_from_buffer(buf, count, ppos, buffer, len); in proc_coredump_filter_read()
/fs/configfs/
Dfile.c119 retval = simple_read_from_buffer(buf, count, ppos, buffer->page, in configfs_read_file()
/fs/sysfs/
Dfile.c148 retval = simple_read_from_buffer(buf, count, ppos, buffer->page, in sysfs_read_file()
/fs/ocfs2/
Dstack_user.c556 ret = simple_read_from_buffer(buf, count, ppos, in ocfs2_control_read()
Dlocalalloc.c106 ret = simple_read_from_buffer(userbuf, count, ppos, buf, written); in ocfs2_la_debug_read()
/fs/dlm/
Ddebug_fs.c637 rv = simple_read_from_buffer(userbuf, count, ppos, debug_buf, pos); in waiters_read()
/fs/ocfs2/dlm/
Ddlmdebug.c408 return simple_read_from_buffer(buf, nbytes, ppos, db->buf, db->len); in debug_buffer_read()