Lines Matching defs:write
246 * Copy data in from userland and pass it to the matching kernfs write
250 * write, so we don't support them. We expect the entire buffer to come on
251 * the first write. Hint: if you're writing a value, first read the file,
252 * modify only the the value you're changing, then write entire buffer
295 if (ops->write)
296 len = ops->write(of, buf, len, iocb->ki_pos);
374 void *buf, int len, int write)
388 ret = of->vm_ops->access(vma, addr, buf, len, write);
612 has_write = ops->write || ops->mmap;
807 * it is waiting for read, write, or exceptions.