tag | line | file | source code |
O_RDONLY | 2165 | drivers/char/tpqic02.c | case O_RDONLY: |
O_RDONLY | 305 | drivers/scsi/st.c | scsi_tapes[dev].write_prot = ((flags & O_ACCMODE) == O_RDONLY); |
O_RDONLY | 308 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_RDONLY) |
O_RDONLY | 107 | fs/binfmt_elf.c | elf_exec_fileno = open_inode(bprm->inode, O_RDONLY); |
O_RDONLY | 791 | fs/exec.c | fd = open_inode(bprm->inode, O_RDONLY); |
O_RDONLY | 395 | fs/pipe.c | f[0]->f_flags = O_RDONLY; |
O_RDONLY | 478 | init/main.c | if (open("/etc/rc",O_RDONLY,0)) |
O_RDONLY | 121 | tools/build.c | if ((id=open(argv[1],O_RDONLY,0))<0) |
O_RDONLY | 150 | tools/build.c | if ((id=open(argv[2],O_RDONLY,0))<0) |
O_RDONLY | 187 | tools/build.c | if ((id=open(argv[3],O_RDONLY,0))<0) |
O_RDONLY | 48 | zBoot/xtract.c | if ((id=open(argv[1],O_RDONLY,0))<0) |