tag | line | file | source code |
f_flags | 663 | arch/sparc/kernel/sys_sunos.c | sizeof (server), file->f_flags); |
f_flags | 3444 | drivers/block/floppy.c | (UDRS->fd_ref && (filp->f_flags & O_EXCL))) |
f_flags | 3450 | drivers/block/floppy.c | if (filp->f_flags & O_EXCL) |
f_flags | 3498 | drivers/block/floppy.c | if (filp->f_flags & O_NDELAY) |
f_flags | 788 | drivers/char/apm_bios.c | if (fp->f_flags & O_NONBLOCK) |
f_flags | 2492 | drivers/char/cyclades.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 969 | drivers/char/istallion.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 338 | 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 | 373 | drivers/char/pcxx.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 426 | drivers/char/psaux.c | if (file->f_flags & O_NONBLOCK) |
f_flags | 211 | 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 | 2260 | drivers/char/serial.c | if ((filp->f_flags & O_NONBLOCK) || |
f_flags | 755 | 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 | 816 | drivers/isdn/isdn_tty.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 1747 | 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 | 493 | drivers/scsi/st.c | flags = filp->f_flags; |
f_flags | 120 | fs/binfmt_aout.c | file.f_flags = 0; |
f_flags | 1020 | 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 | 133 | fs/exec.c | f->f_flags = mode; |
f_flags | 333 | fs/exec.c | file.f_flags = 0; |
f_flags | 511 | fs/exec.c | (eh->fh.f_flags & 0x3000) == 0x3000) |
f_flags | 219 | 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 | 297 | 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 | 81 | fs/ioctl.c | filp->f_flags |= O_NONBLOCK; |
f_flags | 83 | fs/ioctl.c | filp->f_flags &= ~O_NONBLOCK; |
f_flags | 94 | fs/ioctl.c | filp->f_flags |= O_SYNC; |
f_flags | 96 | fs/ioctl.c | filp->f_flags &= ~O_SYNC; |
f_flags | 84 | fs/minix/file.c | if (filp->f_flags & O_APPEND) |
f_flags | 205 | fs/ncpfs/file.c | if (file->f_flags & O_APPEND) |
f_flags | 125 | fs/nfs/file.c | if (file->f_flags & O_APPEND) |
f_flags | 1530 | fs/nfs/nfsroot.c | nfs_file->f_flags) < 0) |
f_flags | 1667 | 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 | 35 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) { |
f_flags | 99 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 219 | fs/pipe.c | if (filp->f_flags & O_NONBLOCK) |
f_flags | 446 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
f_flags | 449 | 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 | 225 | 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 | 212 | 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 | 18 | include/asm-alpha/statfs.h | short f_flags; |
f_flags | 63 | include/linux/coff.h | char f_flags[2]; /* flags */ |
f_flags | 321 | 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 | 370 | kernel/sys.c | acct_file.f_flags = 0; |
f_flags | 551 | mm/filemap.c | file.f_flags = 0; |
f_flags | 91 | net/netlink.c | if(file->f_flags&O_NONBLOCK) |
f_flags | 197 | net/socket.c | file->f_flags = O_RDWR; |
f_flags | 357 | net/socket.c | return(sock->ops->recvmsg(sock, &msg, size,(file->f_flags & O_NONBLOCK), 0,&msg.msg_namelen)); |
f_flags | 392 | net/socket.c | return(sock->ops->sendmsg(sock, &msg, size,(file->f_flags & O_NONBLOCK),0)); |
f_flags | 768 | net/socket.c | i = newsock->ops->accept(sock, newsock, file->f_flags); |
f_flags | 834 | net/socket.c | i = sock->ops->connect(sock, (struct sockaddr *)address, addrlen, file->f_flags); |
f_flags | 922 | net/socket.c | return(sock->ops->sendmsg(sock, &msg, len, (file->f_flags & O_NONBLOCK), flags)); |
f_flags | 962 | net/socket.c | return(sock->ops->sendmsg(sock, &msg, len, (file->f_flags & O_NONBLOCK), |
f_flags | 1000 | net/socket.c | return(sock->ops->recvmsg(sock, &msg, size,(file->f_flags & O_NONBLOCK), flags,&msg.msg_namelen)); |
f_flags | 1039 | net/socket.c | size=sock->ops->recvmsg(sock, &msg, size, (file->f_flags & O_NONBLOCK), |
f_flags | 1144 | net/socket.c | return sock->ops->sendmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags); |
f_flags | 1181 | net/socket.c | len=sock->ops->recvmsg(sock, &msg_sys, total_len, (file->f_flags&O_NONBLOCK), flags, &addr_len); |