Lines Matching defs:data
119 char *data = file_inode(filp)->i_private;
132 if(data) {
134 filp->private_data = kstrdup(data, GFP_KERNEL);
147 char *data = file->private_data;
148 size_t available = strlen(data);
156 count = copy_to_iter(data + pos, available - pos, to);
175 * hypfs data, the likelihood of collisions is reduced, if we restrict
177 * data gathering of one process another process triggers an update
178 * If the first process wants to ensure consistent data, it has
179 * to restart data collection in this case.
338 char *data, umode_t mode)
357 if (data)
358 inode->i_size = strlen(data);
367 inode->i_private = data;