Lines Matching defs:write
50 if (file->f_mode & FMODE_WRITE && !PDE(inode)->write)
127 * @write: The write method which which to 'modify' the file.
138 * The @write function is called with the data copied into a kernel space
140 * modified by the @write function. @write should return 0 on success.
142 * The @data value is accessible from the @show and @write functions by calling
149 proc_write_t write,
161 p->write = write;
219 * @write: The write method which which to 'modify' the file.
230 * The @write function is called with the data copied into a kernel space
232 * modified by the @write function. @write should return 0 on success.
234 * The @data value is accessible from the @show and @write functions by calling
241 proc_write_t write,
252 p->write = write;