Lines Matching defs:write
47 if (file->f_mode & FMODE_WRITE && !PDE(inode)->write)
137 * @write: The write method with which to 'modify' the file.
149 * The @write function is called with the data copied into a kernel space
151 * modified by the @write function. @write should return 0 on success.
153 * The @data value is accessible from the @show and @write functions by calling
160 proc_write_t write,
172 p->write = write;
230 * @write: The write method with which to 'modify' the file.
241 * The @write function is called with the data copied into a kernel space
243 * modified by the @write function. @write should return 0 on success.
245 * The @data value is accessible from the @show and @write functions by calling
252 proc_write_t write,
263 p->write = write;