O_RDONLY 207 arch/x86/boot/tools/build.c fd = open(argv[2], O_RDONLY); O_RDONLY 95 firmware/ihex2fw.c infd = open(argv[optind], O_RDONLY); O_RDONLY 145 fs/9p/vfs_inode.c case O_RDONLY: O_RDONLY 847 fs/block_dev.c int flags = mode & FMODE_WRITE ? O_RDWR : O_RDONLY; O_RDONLY 67 fs/cifs/file.c if ((flags & O_ACCMODE) == O_RDONLY) O_RDONLY 1047 fs/cifs/file.c (open_file->pfile->f_flags & O_RDONLY))) { O_RDONLY 54 fs/coda/coda_linux.c if ((flags & O_ACCMODE) == O_RDONLY) O_RDONLY 195 fs/ecryptfs/file.c if ((ecryptfs_inode_to_private(inode)->lower_file->f_flags & O_RDONLY) O_RDONLY 196 fs/ecryptfs/file.c && !(file->f_flags & O_RDONLY)) { O_RDONLY 187 fs/ecryptfs/kthread.c (O_RDONLY | O_LARGEFILE)); O_RDONLY 136 fs/exec.c file = nameidata_to_filp(&nd, O_RDONLY|O_LARGEFILE); O_RDONLY 689 fs/exec.c file = nameidata_to_filp(&nd, O_RDONLY|O_LARGEFILE); O_RDONLY 267 fs/exportfs/expfs.c file = dentry_open(dget(dentry), mntget(mnt), O_RDONLY); O_RDONLY 118 fs/hostfs/hostfs_user.c mode = O_RDONLY; O_RDONLY 421 fs/hppfs/hppfs.c return O_RDONLY; O_RDONLY 633 fs/inotify_user.c filp->f_flags = O_RDONLY | (flags & O_NONBLOCK); O_RDONLY 64 fs/ncpfs/file.c case O_RDONLY: O_RDONLY 65 fs/ncpfs/file.c finfo.access = O_RDONLY; O_RDONLY 133 fs/ncpfs/file.c error = ncp_make_open(inode, O_RDONLY); O_RDONLY 57 fs/ncpfs/mmap.c if (ncp_make_open(inode, O_RDONLY) >= 0) { O_RDONLY 55 fs/ncpfs/symlink.c if (ncp_make_open(inode,O_RDONLY)) O_RDONLY 229 fs/nfsd/nfs4recover.c filp = dentry_open(dget(dir), mntget(rec_dir.path.mnt), O_RDONLY); O_RDONLY 672 fs/nfsd/vfs.c int flags = O_RDONLY|O_LARGEFILE; O_RDONLY 987 fs/pipe.c f->f_flags = O_RDONLY | (flags & O_NONBLOCK); O_RDONLY 154 init/do_mounts_rd.c in_fd = sys_open(from, O_RDONLY, 0); O_RDONLY 223 init/do_mounts_rd.c in_fd = sys_open(from, O_RDONLY, 0); O_RDONLY 94 kernel/power/user.c if ((filp->f_flags & O_ACCMODE) == O_RDONLY) { O_RDONLY 97 kernel/power/user.c data->mode = O_RDONLY; O_RDONLY 235 kernel/power/user.c if (data->mode != O_RDONLY || !data->frozen || data->ready) { O_RDONLY 276 scripts/basic/fixdep.c fd = open(filename, O_RDONLY); O_RDONLY 347 scripts/basic/fixdep.c fd = open(depfile, O_RDONLY); O_RDONLY 129 scripts/binoffset.c inputfd = open (inputname, O_RDONLY); O_RDONLY 309 scripts/mod/modpost.c fd = open(filename, O_RDONLY); O_RDONLY 322 sound/core/info.c if (mode == O_RDONLY || mode == O_RDWR) { O_RDONLY 344 sound/core/info.c if (mode == O_RDONLY || mode == O_RDWR) { O_RDONLY 378 sound/core/info.c (mode == O_RDONLY || mode == O_RDWR)) { O_RDONLY 301 sound/core/seq/oss/seq_oss_init.c if ((file->f_flags & O_ACCMODE) != O_RDONLY) O_RDONLY 312 usr/gen_init_cpio.c file = open (location, O_RDONLY);