tag | line | file | source code |
f_flags | 151 | arch/i386/ibcs/binfmt_coff.c | flags = COFF_SHORT (coff_hdr->f_flags); |
f_flags | 3049 | drivers/block/floppy.c | (UDRS->fd_ref && (filp->f_flags & O_EXCL))) |
f_flags | 3055 | drivers/block/floppy.c | if (filp->f_flags & O_EXCL) |
f_flags | 3077 | drivers/block/floppy.c | if (filp->f_flags & O_NDELAY) |
f_flags | 2423 | drivers/char/cyclades.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 342 | drivers/char/lp.c | if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) { |
f_flags | 829 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 957 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 383 | drivers/char/psaux.c | if (file->f_flags & O_NONBLOCK) |
f_flags | 205 | drivers/char/pty.c | if (filp->f_flags & O_NDELAY) |
f_flags | 2153 | drivers/char/serial.c | if ((filp->f_flags & O_NONBLOCK) || |
f_flags | 1922 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 2097 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 2248 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 1115 | drivers/char/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
f_flags | 1354 | drivers/char/tty_io.c | file->f_flags |= O_NONBLOCK; |
f_flags | 1356 | drivers/char/tty_io.c | file->f_flags &= ~O_NONBLOCK; |
f_flags | 86 | drivers/scsi/sg.c | int flags=filp->f_flags; |
f_flags | 179 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 248 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 278 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK)))) |
f_flags | 448 | drivers/scsi/st.c | flags = filp->f_flags; |
f_flags | 104 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_RDWR) |
f_flags | 106 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_RDONLY) |
f_flags | 108 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_WRONLY) |
f_flags | 128 | fs/block_dev.c | if (filp->f_flags & O_SYNC) |
f_flags | 127 | fs/exec.c | f->f_flags = mode; |
f_flags | 203 | fs/exec.c | file.f_flags = 0; |
f_flags | 471 | fs/exec.c | file.f_flags = 0; |
f_flags | 216 | fs/ext/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 262 | fs/ext2/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 273 | fs/ext2/file.c | if (filp->f_flags & O_SYNC) |
f_flags | 309 | fs/ext2/file.c | if (filp->f_flags & O_SYNC) |
f_flags | 337 | fs/ext2/file.c | if (filp->f_flags & O_SYNC) |
f_flags | 86 | fs/fcntl.c | return filp->f_flags; |
f_flags | 94 | fs/fcntl.c | if ((arg & FASYNC) && !(filp->f_flags & FASYNC) && |
f_flags | 97 | fs/fcntl.c | if (!(arg & FASYNC) && (filp->f_flags & FASYNC) && |
f_flags | 100 | fs/fcntl.c | filp->f_flags &= ~(O_APPEND | O_NONBLOCK | FASYNC); |
f_flags | 101 | fs/fcntl.c | filp->f_flags |= arg & (O_APPEND | O_NONBLOCK | |
f_flags | 29 | fs/fifo.c | if (!(filp->f_flags & O_NONBLOCK) && !PIPE_WRITERS(*inode)) { |
f_flags | 55 | fs/fifo.c | if ((filp->f_flags & O_NONBLOCK) && !PIPE_READERS(*inode)) { |
f_flags | 77 | fs/ioctl.c | filp->f_flags |= O_NONBLOCK; |
f_flags | 79 | fs/ioctl.c | filp->f_flags &= ~O_NONBLOCK; |
f_flags | 86 | fs/ioctl.c | filp->f_flags |= O_SYNC; |
f_flags | 88 | fs/ioctl.c | filp->f_flags &= ~O_SYNC; |
f_flags | 209 | fs/minix/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 293 | fs/msdos/file.c | if (filp->f_flags & O_APPEND) filp->f_pos = inode->i_size; |
f_flags | 219 | fs/nfs/file.c | if (file->f_flags & O_APPEND) |
f_flags | 424 | fs/open.c | f->f_flags = flag = flags; |
f_flags | 458 | fs/open.c | f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); |
f_flags | 30 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 94 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 208 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 418 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
f_flags | 421 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
f_flags | 299 | fs/proc/net.c | thistime, (file->f_flags & O_ACCMODE) == O_RDWR); |
f_flags | 303 | fs/proc/net.c | thistime, (file->f_flags & O_ACCMODE) == O_RDWR); |
f_flags | 309 | fs/proc/net.c | thistime, (file->f_flags & O_ACCMODE) == O_RDWR); |
f_flags | 226 | fs/sysv/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 85 | fs/umsdos/emd.c | filp->f_flags = 0; |
f_flags | 102 | fs/umsdos/emd.c | filp->f_flags = 0; |
f_flags | 467 | fs/umsdos/emd.c | filp.f_flags = O_RDONLY; |
f_flags | 213 | fs/xiafs/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 63 | include/linux/coff.h | char f_flags[2]; /* flags */ |
f_flags | 257 | include/linux/fs.h | unsigned short f_flags; |
f_flags | 185 | net/socket.c | file->f_flags = O_RDWR; |
f_flags | 337 | net/socket.c | return(sock->ops->read(sock, ubuf, size, (file->f_flags & O_NONBLOCK))); |
f_flags | 366 | net/socket.c | return(sock->ops->write(sock, ubuf, size,(file->f_flags & O_NONBLOCK))); |
f_flags | 823 | net/socket.c | i = newsock->ops->accept(sock, newsock, file->f_flags); |
f_flags | 888 | net/socket.c | i = sock->ops->connect(sock, (struct sockaddr *)address, addrlen, file->f_flags); |
f_flags | 967 | net/socket.c | return(sock->ops->send(sock, buff, len, (file->f_flags & O_NONBLOCK), flags)); |
f_flags | 998 | net/socket.c | return(sock->ops->sendto(sock, buff, len, (file->f_flags & O_NONBLOCK), |
f_flags | 1031 | net/socket.c | return(sock->ops->recv(sock, buff, len,(file->f_flags & O_NONBLOCK), flags)); |
f_flags | 1061 | net/socket.c | len=sock->ops->recvfrom(sock, buff, len, (file->f_flags & O_NONBLOCK), |