taglinefilesource code
f_mode1286drivers/block/floppy.cif (filp && filp->f_mode)
f_mode77fs/exec.cf->f_mode = (mode+1) & O_ACCMODE;
f_mode150fs/exec.cfile.f_mode = 3;
f_mode428fs/exec.cfile.f_mode = 1;
f_mode305fs/ext2/file.cif (filp->f_mode & 2)
f_mode17fs/fifo.cswitch( filp->f_mode ) {
f_mode206fs/inode.cif (S_ISREG(file->f_inode->i_mode) && (file->f_mode & 2))
f_mode115fs/locks.cif (!(filp->f_mode & 1))
f_mode119fs/locks.cif (!(filp->f_mode & 2))
f_mode123fs/locks.cif (!(filp->f_mode & 3))
f_mode128fs/locks.cif (!(filp->f_mode & 3))
f_mode103fs/open.cif (S_ISDIR(inode->i_mode) || !(file->f_mode & 2))
f_mode393fs/open.cf->f_mode = (flag+1) & O_ACCMODE;
f_mode394fs/open.cif (f->f_mode)
f_mode419fs/pipe.cf[0]->f_mode = 1;    /* read */
f_mode422fs/pipe.cf[1]->f_mode = 2;    /* write */
f_mode78fs/read_write.cif (!(file->f_mode & 1))
f_mode98fs/read_write.cif (!(file->f_mode & 2))
f_mode213include/linux/fs.hmode_t f_mode;
f_mode62mm/mmap.cif ((prot & PROT_WRITE) && !(file->f_mode & 2))
f_mode66mm/mmap.cif (!(file->f_mode & 1))
f_mode123net/socket.cfile->f_mode = 3;