tag | line | file | source code |
f_flags | 635 | arch/sparc/kernel/sys_sunos.c | sizeof (server), file->f_flags); |
f_flags | 3448 | drivers/block/floppy.c | (UDRS->fd_ref && (filp->f_flags & O_EXCL))) |
f_flags | 3454 | drivers/block/floppy.c | if (filp->f_flags & O_EXCL) |
f_flags | 3502 | drivers/block/floppy.c | if (filp->f_flags & O_NDELAY) |
f_flags | 775 | drivers/char/apm_bios.c | if (fp->f_flags & O_NONBLOCK) |
f_flags | 2486 | drivers/char/cyclades.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 954 | drivers/char/istallion.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 337 | drivers/char/lp.c | if ((LP_F(minor) & LP_ABORTOPEN) && !(file->f_flags & O_NONBLOCK)) { |
f_flags | 837 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 965 | drivers/char/n_tty.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 426 | drivers/char/psaux.c | if (file->f_flags & O_NONBLOCK) |
f_flags | 207 | drivers/char/pty.c | if (filp->f_flags & O_NDELAY) |
f_flags | 664 | drivers/char/random.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 2256 | drivers/char/serial.c | if ((filp->f_flags & O_NONBLOCK) || |
f_flags | 708 | drivers/char/stallion.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 1923 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 2098 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 2249 | drivers/char/tpqic02.c | unsigned short flags = filp->f_flags; |
f_flags | 1173 | drivers/char/tty_io.c | noctty = filp->f_flags & O_NOCTTY; |
f_flags | 1435 | drivers/char/tty_io.c | file->f_flags |= O_NONBLOCK; |
f_flags | 1437 | drivers/char/tty_io.c | file->f_flags &= ~O_NONBLOCK; |
f_flags | 1846 | drivers/net/ppp.c | if (file->f_flags & O_NONBLOCK) { |
f_flags | 91 | drivers/scsi/sg.c | int flags=filp->f_flags; |
f_flags | 215 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 322 | drivers/scsi/sg.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 404 | drivers/scsi/sg.c | if (!(SCpnt=allocate_device(NULL,device->device, !(filp->f_flags & O_NONBLOCK)))) |
f_flags | 490 | drivers/scsi/st.c | flags = filp->f_flags; |
f_flags | 120 | fs/binfmt_aout.c | file.f_flags = 0; |
f_flags | 1027 | fs/binfmt_elf.c | file.f_flags = 0; |
f_flags | 128 | fs/block_dev.c | if (filp->f_flags & O_SYNC) |
f_flags | 975 | fs/dquot.c | filp->f_flags = O_RDWR; |
f_flags | 131 | fs/exec.c | f->f_flags = mode; |
f_flags | 370 | fs/exec.c | file.f_flags = 0; |
f_flags | 631 | fs/exec.c | (eh->fh.f_flags & 0x3000) == 0x3000) |
f_flags | 218 | fs/ext/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 114 | fs/ext2/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 125 | fs/ext2/file.c | if (filp->f_flags & O_SYNC) |
f_flags | 164 | fs/ext2/file.c | if (filp->f_flags & O_SYNC) |
f_flags | 195 | fs/ext2/file.c | if (filp->f_flags & O_SYNC) |
f_flags | 296 | fs/fat/file.c | if (filp->f_flags & O_APPEND) filp->f_pos = inode->i_size; |
f_flags | 76 | fs/fcntl.c | return filp->f_flags; |
f_flags | 84 | fs/fcntl.c | if ((arg & FASYNC) && !(filp->f_flags & FASYNC) && |
f_flags | 87 | fs/fcntl.c | if (!(arg & FASYNC) && (filp->f_flags & FASYNC) && |
f_flags | 90 | fs/fcntl.c | filp->f_flags &= ~(O_APPEND | O_NONBLOCK | FASYNC); |
f_flags | 91 | 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 | 84 | fs/minix/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 197 | fs/ncpfs/file.c | if (file->f_flags & O_APPEND) |
f_flags | 217 | fs/nfs/file.c | if (file->f_flags & O_APPEND) |
f_flags | 826 | fs/nfs/nfsroot.c | nfs_file.f_flags) < 0) |
f_flags | 963 | fs/nfs/nfsroot.c | nfs_file.f_flags) < 0) { |
f_flags | 488 | fs/open.c | f->f_flags = flag = flags; |
f_flags | 514 | 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 | 431 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
f_flags | 434 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
f_flags | 62 | fs/proc/net.c | (file->f_flags & O_ACCMODE) == O_RDWR); |
f_flags | 181 | fs/read_write.c | (file->f_flags & O_NONBLOCK), 0, NULL); |
f_flags | 186 | fs/read_write.c | (file->f_flags & O_NONBLOCK), 0); |
f_flags | 172 | fs/smbfs/file.c | if (file->f_flags & O_APPEND) |
f_flags | 224 | fs/sysv/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 70 | fs/umsdos/emd.c | filp->f_flags = 0; |
f_flags | 87 | fs/umsdos/emd.c | filp->f_flags = 0; |
f_flags | 453 | fs/umsdos/emd.c | filp.f_flags = O_RDONLY; |
f_flags | 211 | fs/xiafs/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 22 | include/asm-alpha/a.out.h | __u16 f_opthdr, f_flags; |
f_flags | 14 | include/asm-alpha/statfs.h | short f_flags; |
f_flags | 63 | include/linux/coff.h | char f_flags[2]; /* flags */ |
f_flags | 320 | include/linux/fs.h | unsigned short f_flags; |
f_flags | 27 | include/linux/wrapper.h | #define file_get_flags(f) f->f_flags |
f_flags | 479 | mm/filemap.c | file.f_flags = 0; |
f_flags | 91 | net/netlink.c | if(file->f_flags&O_NONBLOCK) |
f_flags | 188 | net/socket.c | file->f_flags = O_RDWR; |
f_flags | 346 | net/socket.c | return(sock->ops->recvmsg(sock, &msg, size,(file->f_flags & O_NONBLOCK), 0,&msg.msg_namelen)); |
f_flags | 381 | net/socket.c | return(sock->ops->sendmsg(sock, &msg, size,(file->f_flags & O_NONBLOCK),0)); |
f_flags | 736 | net/socket.c | i = newsock->ops->accept(sock, newsock, file->f_flags); |
f_flags | 801 | net/socket.c | i = sock->ops->connect(sock, (struct sockaddr *)address, addrlen, file->f_flags); |
f_flags | 889 | net/socket.c | return(sock->ops->sendmsg(sock, &msg, len, (file->f_flags & O_NONBLOCK), flags)); |
f_flags | 929 | net/socket.c | return(sock->ops->sendmsg(sock, &msg, len, (file->f_flags & O_NONBLOCK), |
f_flags | 967 | net/socket.c | return(sock->ops->recvmsg(sock, &msg, size,(file->f_flags & O_NONBLOCK), flags,&msg.msg_namelen)); |
f_flags | 1006 | net/socket.c | size=sock->ops->recvmsg(sock, &msg, size, (file->f_flags & O_NONBLOCK), |
f_flags | 1111 | net/socket.c | return sock->ops->sendmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags); |
f_flags | 1148 | net/socket.c | len=sock->ops->recvmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags, &addr_len); |