taglinefilesource code
f_mode92fs/exec.cfile.f_mode = 3;
f_mode21fs/fifo.cswitch( filp->f_mode ) {
f_mode106fs/locks.cif (!(filp->f_mode & 1))
f_mode110fs/locks.cif (!(filp->f_mode & 2))
f_mode106fs/open.cif (S_ISDIR(inode->i_mode) || !(file->f_mode & 2))
f_mode360fs/open.cif (f->f_mode = (flag+1) & O_ACCMODE)
f_mode244fs/pipe.cf[0]->f_mode = 1;    /* read */
f_mode246fs/pipe.cf[1]->f_mode = 2;    /* write */
f_mode75fs/read_write.cif (!(file->f_mode & 1))
f_mode92fs/read_write.cif (!(file->f_mode & 2))
f_mode158include/linux/fs.hmode_t f_mode;
f_mode1190kernel/blk_drv/floppy.cif (filp && filp->f_mode)
f_mode115mm/mmap.cif ((prot & PROT_WRITE) && !(file->f_mode & 2))
f_mode119mm/mmap.cif (!(file->f_mode & 1))
f_mode103net/socket.cfile->f_mode = 3;