tag | line | file | source code |
write | 50 | fs/exec.c | while (file.f_op->write(inode,&file,(char *)(addr),(nr)) != (nr)) goto close_coredump |
write | 99 | fs/exec.c | if (!file.f_op->write) |
write | 96 | fs/read_write.c | if (file->f_op && file->f_op->write) |
write | 97 | fs/read_write.c | return file->f_op->write(inode,file,buf,count); |
write | 179 | include/linux/fs.h | int (*write) (struct inode *, struct file *, char *, int); |
write | 153 | include/linux/tty.h | void (*write)(struct tty_struct * tty); |
write | 38 | init/main.c | static inline _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
write | 196 | init/main.c | write(1,printbuf,i=vsprintf(printbuf, fmt, args)); |
write | 91 | kernel/chr_drv/tty_io.c | tty->write(tty); |
write | 136 | kernel/chr_drv/tty_io.c | if (!(tty && tty->write && tty->read_q && |
write | 379 | kernel/chr_drv/tty_io.c | if (tty->link && tty->link->write) |
write | 412 | kernel/chr_drv/tty_io.c | if (!(tty->write_q && tty->write)) |
write | 249 | kernel/chr_drv/tty_ioctl.c | if (!(tty->write_q && tty->read_q && tty->secondary && tty->write)) |
write | 11 | lib/write.c | _syscall3(int,write,int,fd,const char *,buf,off_t,count) |
write | 54 | net/kern_sock.h | int (*write)(struct socket *sock, char *ubuf, int size, int nonblock); |
write | 258 | net/socket.c | return sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK)); |
write | 114 | tools/build.c | i=write(1,buf,512); |
write | 136 | tools/build.c | if (write(1,buf,c)!=c) |
write | 149 | tools/build.c | if (write(1,buf,c) != c) |
write | 161 | tools/build.c | if (write(1,buf,c)!=c) |