Lines Matching defs:data
67 * Lookup the data. This is trivial - if the dentry didn't already
863 * is not called, so a filesystem that actually does store data in .write_inode
901 * Provides ramfs-style behavior: data in the pagecache, but no writeback.
1016 * simple_read_from_buffer - copy data from the buffer to user space
1051 * simple_write_to_buffer - copy data from user space to the buffer
1086 * memory_read_from_buffer - copy data from the buffer
1132 * ar->data is ready for reading.
1164 if (copy_from_user(ar->data, buf, size))
1167 return ar->data;
1177 return simple_read_from_buffer(buf, size, pos, ar->data, ar->size);
1195 void *data;
1214 attr->data = inode->i_private;
1254 ret = attr->get(attr->data, &val);
1298 ret = attr->set(attr->data, val);
1543 * @priv: private data for lm_setup operation