tag | line | file | source code |
f_flags | 383 | drivers/char/psaux.c | if (file->f_flags & O_NONBLOCK) |
f_flags | 101 | drivers/char/pty.c | if (filp->f_flags & O_NDELAY) |
f_flags | 1637 | drivers/char/serial.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 1814 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 1984 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 2130 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 1014 | drivers/char/tty_io.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 1135 | drivers/char/tty_io.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 1472 | drivers/char/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
f_flags | 593 | drivers/char/tty_ioctl.c | file->f_flags |= O_NONBLOCK; |
f_flags | 595 | drivers/char/tty_ioctl.c | file->f_flags &= ~O_NONBLOCK; |
f_flags | 75 | drivers/scsi/sg.c | int flags=filp->f_flags; |
f_flags | 162 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 221 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 251 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device->index, !(filp->f_flags & O_NONBLOCK)))) |
f_flags | 382 | drivers/scsi/st.c | flags = filp->f_flags; |
f_flags | 103 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_RDWR) |
f_flags | 105 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_RDONLY) |
f_flags | 107 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_WRONLY) |
f_flags | 151 | fs/binfmt_coff.c | flags = COFF_SHORT (coff_hdr->f_flags); |
f_flags | 76 | fs/exec.c | f->f_flags = mode; |
f_flags | 151 | fs/exec.c | file.f_flags = 0; |
f_flags | 429 | fs/exec.c | file.f_flags = 0; |
f_flags | 216 | fs/ext/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 253 | fs/ext2/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 84 | fs/fcntl.c | return filp->f_flags; |
f_flags | 86 | fs/fcntl.c | filp->f_flags &= ~(O_APPEND | O_NONBLOCK); |
f_flags | 87 | fs/fcntl.c | filp->f_flags |= arg & (O_APPEND | O_NONBLOCK); |
f_flags | 28 | fs/fifo.c | if (!(filp->f_flags & O_NONBLOCK) && !PIPE_WRITERS(*inode)) { |
f_flags | 54 | fs/fifo.c | if ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) { |
f_flags | 76 | fs/ioctl.c | filp->f_flags |= O_NONBLOCK; |
f_flags | 78 | fs/ioctl.c | filp->f_flags &= ~O_NONBLOCK; |
f_flags | 85 | fs/ioctl.c | filp->f_flags |= O_SYNC; |
f_flags | 87 | fs/ioctl.c | filp->f_flags &= ~O_SYNC; |
f_flags | 208 | fs/minix/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 156 | fs/msdos/file.c | if (filp->f_flags & O_APPEND) filp->f_pos = inode->i_size; |
f_flags | 136 | fs/nfs/file.c | if (file->f_flags & O_APPEND) |
f_flags | 392 | fs/open.c | f->f_flags = flag = flags; |
f_flags | 420 | fs/open.c | f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); |
f_flags | 29 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 93 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 207 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 417 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
f_flags | 420 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
f_flags | 268 | fs/sysv/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 209 | fs/xiafs/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 63 | include/linux/coff.h | char f_flags[2]; /* flags */ |
f_flags | 216 | include/linux/fs.h | unsigned short f_flags; |
f_flags | 124 | net/socket.c | file->f_flags = 0; |
f_flags | 290 | net/socket.c | return(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK))); |
f_flags | 305 | net/socket.c | return(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK))); |
f_flags | 624 | net/socket.c | i = newsock->ops->accept(sock, newsock, file->f_flags); |
f_flags | 668 | net/socket.c | addrlen, file->f_flags)); |
f_flags | 674 | net/socket.c | i = sock->ops->connect(sock, uservaddr, addrlen, file->f_flags); |
f_flags | 723 | net/socket.c | return(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags)); |
f_flags | 742 | net/socket.c | return(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK), |
f_flags | 761 | net/socket.c | return(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags)); |
f_flags | 780 | net/socket.c | return(sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK), |