taglinefilesource code
mode282drivers/block/xd.cu_char head,sector,control,mode,temp;
mode301drivers/block/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,(u_char *)buffer,temp * 0x200);
mode304drivers/block/xd.cswitch (xd_command(cmdblk,mode,(u_char *) buffer,(u_char *) buffer,sense,XD_TIMEOUT)) {
mode348drivers/block/xd.cstatic u_char xd_setup_dma (u_char mode,u_char *buffer,u_int count)
mode359drivers/block/xd.cset_dma_mode(xd_dma,mode);
mode396drivers/block/xd.cstatic u_int xd_command (u_char *command,u_char mode,u_char *indata,u_char *outdata,u_char *sense,u_long timeout)
mode401drivers/block/xd.cprintk("xd_command: command = 0x%X, mode = 0x%X, indata = 0x%X, outdata = 0x%X, sense = 0x%X\n",command,mode,indata,outdata,sense);
mode405drivers/block/xd.coutb(mode,XD_CONTROL);
mode414drivers/block/xd.ccase 0:      if (mode == DMA_MODE) {
mode422drivers/block/xd.ccase STAT_INPUT:  if (mode == DMA_MODE) {
mode1424drivers/char/console.cvtmode.mode  = VT_AUTO;
mode370drivers/char/keyboard.cstatic void applkey(int key, char mode)
mode374drivers/char/keyboard.cbuf[1] = (mode ? 'O' : '[');
mode1482drivers/char/tpqic02.cstatic int start_dma(short mode, unsigned long bytes_todo)
mode1494drivers/char/tpqic02.cdma_mode = (mode == WRITE)? DMA_MODE_WRITE : DMA_MODE_READ;  
mode1516drivers/char/tpqic02.cstat = tp_sense(((mode == WRITE)? 0 : TP_WRP) | TP_BOM | TP_FIL);
mode1531drivers/char/tpqic02.cstat = send_qic02_cmd((mode == WRITE)? QCMD_WRT_DATA : QCMD_RD_DATA, TIM_M, 0);
mode1534drivers/char/tpqic02.c(mode == WRITE)? "write" : "read");
mode1544drivers/char/tpqic02.cswitch (mode) {
mode1552drivers/char/tpqic02.cprintk(TPQIC_NAME ": requested unknown mode %d\n", mode);
mode369drivers/char/tty_io.cif (vt_cons[new_console].vt_mode.mode == VT_PROCESS)
mode391drivers/char/tty_io.cvt_cons[new_console].vt_mode.mode = VT_AUTO;
mode445drivers/char/tty_io.cif (vt_cons[fg_console].vt_mode.mode == VT_PROCESS)
mode476drivers/char/tty_io.cvt_cons[fg_console].vt_mode.mode = VT_AUTO;
mode411drivers/char/vt.cchar mode;
mode416drivers/char/vt.cmode = get_fs_byte(&vtmode->mode);
mode417drivers/char/vt.cif (mode != VT_AUTO && mode != VT_PROCESS)
mode419drivers/char/vt.cvt_cons[console].vt_mode.mode = mode;
mode437drivers/char/vt.cput_fs_byte(vt_cons[console].vt_mode.mode, &vtmode->mode);
mode514drivers/char/vt.cif (vt_cons[console].vt_mode.mode != VT_PROCESS)
mode140drivers/net/atp.cstatic void write_packet(short ioaddr, int length, unsigned char *packet, int mode);
mode183drivers/net/lance.cunsigned short mode;  /* Pre-set mode (reg. 15) */
mode298drivers/net/lance.clp->init_block.mode = 0x0003;  /* Disable Rx and Tx. */
mode458drivers/net/lance.clp->init_block.mode = 0x0000;
mode140drivers/net/slip.csl->mode    = SL_MODE_ADAPTIVE;  /* automatic CSLIP recognition */
mode143drivers/net/slip.csl->mode    = SL_MODE_CSLIP | SL_MODE_ADAPTIVE;  /* Default */
mode145drivers/net/slip.csl->mode    = SL_MODE_SLIP;    /* Default for non compressors */
mode359drivers/net/slip.cif (sl->mode & (SL_MODE_ADAPTIVE | SL_MODE_CSLIP)) {
mode363drivers/net/slip.cif (!(sl->mode & SL_MODE_CSLIP)) {
mode389drivers/net/slip.cif (!(sl->mode & SL_MODE_CSLIP)) {
mode391drivers/net/slip.csl->mode |= SL_MODE_CSLIP;
mode450drivers/net/slip.cif(sl->mode & SL_MODE_CSLIP)
mode488drivers/net/slip.cif(sl->mode & SL_MODE_SLIP6)
mode548drivers/net/slip.cif(sl->mode & SL_MODE_AX25)
mode574drivers/net/slip.cif(sl->mode&SL_MODE_AX25)
mode589drivers/net/slip.cif((sl->mode&SL_MODE_AX25) && type!=NET16(ETH_P_AX25))
mode652drivers/net/slip.cif(sl->mode&SL_MODE_AX25)
mode665drivers/net/slip.cif(sl->mode&SL_MODE_AX25)
mode836drivers/net/slip.cif(sl->mode & SL_MODE_SLIP6)
mode1144drivers/net/slip.cput_fs_long(sl->mode,(long *)arg);
mode1148drivers/net/slip.csl->mode=get_fs_long((long *)arg);
mode1150drivers/net/slip.cif(sl->mode & SL_MODE_AX25)
mode65drivers/net/slip.hunsigned char    mode;    /* SLIP mode      */
mode57drivers/sound/audio.cint      mode = file->mode & O_ACCMODE;
mode66drivers/sound/audio.cif ((ret = DMAbuf_open (dev, mode)) < 0)
mode84drivers/sound/audio.cint             mode;
mode87drivers/sound/audio.cmode = file->mode & O_ACCMODE;
mode96drivers/sound/audio.cDMAbuf_release (dev, mode);
mode61drivers/sound/dev_table.hint (*open) (int dev, int mode);
mode86drivers/sound/dev_table.hint (*open) (int dev, int mode);
mode104drivers/sound/dev_table.hint (*open) (int dev, int mode,
mode122drivers/sound/dev_table.hint (*open) (int dev, int mode);
mode160drivers/sound/dma.hstatic __inline__ void set_dma_mode(unsigned int dmanr, char mode)
mode163drivers/sound/dma.hdeb_outb(mode | dmanr,  DMA1_MODE_REG)
mode165drivers/sound/dma.hdeb_outb(mode | (dmanr&3),  DMA2_MODE_REG);
mode193drivers/sound/dmabuf.cDMAbuf_open (int dev, int mode)
mode219drivers/sound/dmabuf.cif ((retval = dsp_devs[dev]->open (dev, mode)) < 0)
mode222drivers/sound/dmabuf.cdev_modes[dev] = mode;
mode296drivers/sound/dmabuf.cDMAbuf_release (int dev, int mode)
mode807drivers/sound/dmabuf.cDMAbuf_open (int dev, int mode)
mode813drivers/sound/dmabuf.cDMAbuf_release (int dev, int mode)
mode53drivers/sound/gus_midi.cgus_midi_open (int dev, int mode,
mode71drivers/sound/gus_midi.cif (mode == OPEN_READ || mode == OPEN_READWRITE)
mode77drivers/sound/gus_midi.cif (mode == OPEN_WRITE || mode == OPEN_READWRITE)
mode45drivers/sound/gus_wave.cunsigned long   mode;
mode350drivers/sound/gus_wave.cgus_voice_on (unsigned int mode)
mode352drivers/sound/gus_wave.cgus_write8 (0x00, (unsigned char)(mode & 0xfc));
mode354drivers/sound/gus_wave.cgus_write8 (0x00, (unsigned char)(mode & 0xfc));
mode366drivers/sound/gus_wave.cunsigned char mode = (unsigned char)(m & 0xff);
mode367drivers/sound/gus_wave.cgus_write8 (0x00, (gus_read8 (0x00) & 0x03) | (mode & 0xfc));  /* Don't start or stop
mode370drivers/sound/gus_wave.cgus_write8 (0x00, (gus_read8 (0x00) & 0x03) | (mode & 0xfc));
mode414drivers/sound/gus_wave.cunsigned char mode = (unsigned char)(m & 0xff);
mode416drivers/sound/gus_wave.cgus_write8 (0x0d, mode & 0xfc);
mode418drivers/sound/gus_wave.cgus_write8 (0x0d, mode & 0xfc);
mode424drivers/sound/gus_wave.cunsigned char mode = (unsigned char)(m & 0xff);
mode426drivers/sound/gus_wave.cgus_write8 (0x0d, (gus_read8 (0x0d) & 0x03) | (mode & 0xfc));  /* Don't start or stop
mode429drivers/sound/gus_wave.cgus_write8 (0x0d, (gus_read8 (0x0d) & 0x03) | (mode & 0xfc));
mode452drivers/sound/gus_wave.cvoices[voice].mode = 0;
mode475drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_SUSTAIN_ON && voices[voice].env_phase == 2)
mode547drivers/sound/gus_wave.cvoices[voice].mode &= ~WAVE_SUSTAIN_ON;
mode563drivers/sound/gus_wave.cis16bits = (samples[instr_no].mode & WAVE_16_BITS) ? 1 : 0;  /* 8 or 16 bit samples */
mode565drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode851drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES && voices[voice].env_phase != 2)
mode987drivers/sound/gus_wave.cif (!(voices[voice].mode & WAVE_ENVELOPES))
mode1071drivers/sound/gus_wave.cunsigned char   mode = 0;
mode1081drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1136drivers/sound/gus_wave.cis16bits = (samples[sample].mode & WAVE_16_BITS) ? 1 : 0;  /* 8 or 16 bit samples */
mode1137drivers/sound/gus_wave.cvoices[voice].mode = samples[sample].mode;
mode1140drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1175drivers/sound/gus_wave.cif (samples[sample].mode & WAVE_16_BITS)
mode1177drivers/sound/gus_wave.cmode |= 0x04;    /* 16 bits */
mode1191drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1199drivers/sound/gus_wave.cif (samples[sample].mode & WAVE_LOOP_BACK)
mode1204drivers/sound/gus_wave.cif (samples[sample].mode & WAVE_LOOPING)
mode1206drivers/sound/gus_wave.cmode |= 0x08;    /* Looping on */
mode1208drivers/sound/gus_wave.cif (samples[sample].mode & WAVE_BIDIR_LOOP)
mode1209drivers/sound/gus_wave.cmode |= 0x10;    /* Bidirectional looping on */
mode1211drivers/sound/gus_wave.cif (samples[sample].mode & WAVE_LOOP_BACK)
mode1215drivers/sound/gus_wave.cmode |= 0x40;    /* Loop backwards */
mode1223drivers/sound/gus_wave.cmode |= 0x20;    /* Loop irq at the end */
mode1232drivers/sound/gus_wave.cgus_voice_on (mode);
mode1248drivers/sound/gus_wave.cguswave_open (int dev, int mode)
mode1338drivers/sound/gus_wave.cif (patch.mode & WAVE_LOOPING)
mode1357drivers/sound/gus_wave.cif (patch.mode & WAVE_16_BITS)
mode1388drivers/sound/gus_wave.cif (patch.mode & WAVE_ENVELOPES)
mode1389drivers/sound/gus_wave.cpatch.mode &= ~WAVE_TREMOLO;
mode1437drivers/sound/gus_wave.cif (patch.mode & WAVE_UNSIGNED)
mode1439drivers/sound/gus_wave.cif (!(patch.mode & WAVE_16_BITS) || (i & 0x01))
mode1482drivers/sound/gus_wave.cif (patch.mode & WAVE_UNSIGNED)
mode1484drivers/sound/gus_wave.cif (patch.mode & WAVE_16_BITS)
mode1605drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1614drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1623drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1633drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1643drivers/sound/gus_wave.cif (voices[voice].mode & WAVE_ENVELOPES)
mode1764drivers/sound/gus_wave.cgus_sampling_open (int dev, int mode)
mode1801drivers/sound/gus_wave.cunsigned char   mode[2], ramp_mode[2];
mode1810drivers/sound/gus_wave.cmode[chn] = 0x00;
mode1815drivers/sound/gus_wave.cmode[chn] |= 0x20;  /* Loop irq */
mode1822drivers/sound/gus_wave.cmode[chn] |= 0x04;  /* 16 bit data */
mode1832drivers/sound/gus_wave.cmode[chn] |= 0x08;  /* Enable loop */
mode1877drivers/sound/gus_wave.cmode[chn] |= 0x08;  /* Enable loop */
mode1884drivers/sound/gus_wave.cmode[chn] &= ~0x08;  /* Disable loop */
mode1885drivers/sound/gus_wave.cmode[chn] |= 0x20;/* Enable loop IRQ */
mode1892drivers/sound/gus_wave.cmode[chn] &= ~0x08;  /* Disable loop */
mode1904drivers/sound/gus_wave.cgus_voice_on (mode[chn]);
mode2006drivers/sound/gus_wave.cunsigned char   mode;
mode2012drivers/sound/gus_wave.cmode = 0xa0;      /* DMA IRQ enable, invert MSB */
mode2015drivers/sound/gus_wave.cmode |= 0x04;    /* 16 bit DMA channel */
mode2017drivers/sound/gus_wave.cmode |= 0x02;    /* Stereo */
mode2018drivers/sound/gus_wave.cmode |= 0x01;      /* DMA enable */
mode2020drivers/sound/gus_wave.cgus_write8 (0x49, mode);
mode2382drivers/sound/gus_wave.cint             mode, parm;
mode2392drivers/sound/gus_wave.cmode = voices[voice].loop_irq_mode;
mode2396drivers/sound/gus_wave.cswitch (mode)
mode2449drivers/sound/gus_wave.cint             mode, parm;
mode2460drivers/sound/gus_wave.cmode = voices[voice].volume_irq_mode;
mode2464drivers/sound/gus_wave.cswitch (mode)
mode46drivers/sound/midibuf.cint             mode, err;
mode49drivers/sound/midibuf.cmode = file->mode & O_ACCMODE;
mode60drivers/sound/midibuf.cif ((err = midi_devs[mpu401_dev]->open (mpu401_dev, mode, NULL, NULL)) < 0)
mode71drivers/sound/midibuf.cint             mode;
mode74drivers/sound/midibuf.cmode = file->mode & O_ACCMODE;
mode119drivers/sound/mpu401.cmpu401_open (int dev, int mode,
mode133drivers/sound/mpu401.cmpu401_opened = mode;
mode57drivers/sound/opl3.cint             mode;
mode257drivers/sound/opl3.cvoices[voice].mode = 0;
mode357drivers/sound/opl3.cif (voices[voice].mode == 0)
mode360drivers/sound/opl3.cif (voices[voice].mode == 2)
mode552drivers/sound/opl3.cvoices[voice].mode = voice_mode;
mode691drivers/sound/opl3.copl3_open (int dev, int mode)
mode782drivers/sound/opl3.cif (voices[voice].mode == 4)
mode67drivers/sound/os.hint mode; int aborting;
mode74drivers/sound/os.h#define RESET_WAIT_QUEUE(q, f) {f.aborting = 0;f.mode = WK_NONE;}
mode77drivers/sound/os.h#define TIMED_OUT(q, f) (f.mode & WK_TIMEOUT)
mode82drivers/sound/os.hf.mode = WK_SLEEP;interruptible_sleep_on(&q); \
mode83drivers/sound/os.hif (!(f.mode & WK_WAKEUP)) \
mode88drivers/sound/os.hif (jiffies >= tl) f.mode |= WK_TIMEOUT; \
mode90drivers/sound/os.hf.mode &= ~WK_SLEEP; \
mode92drivers/sound/os.h#define SOMEONE_WAITING(q, f) (f.mode & WK_SLEEP)
mode93drivers/sound/os.h#define WAKE_UP(q, f)      {f.mode = WK_WAKEUP;wake_up(&q);}
mode49drivers/sound/pas2_midi.cpas_midi_open (int dev, int mode,
mode80drivers/sound/pas2_midi.cif (mode == OPEN_READ || mode == OPEN_READWRITE)
mode86drivers/sound/pas2_midi.cif (mode == OPEN_WRITE || mode == OPEN_READWRITE)
mode199drivers/sound/pas2_pcm.cpas_pcm_open (int dev, int mode)
mode203drivers/sound/pas2_pcm.cTRACE (printk ("pas2_pcm.c: static int pas_pcm_open(int mode = %X)\n", mode));
mode59drivers/sound/sb16_dsp.cstatic int sb16_dsp_open (int dev, int mode);
mode165drivers/sound/sb16_dsp.cstatic int dsp_set_speed(int mode)
mode167drivers/sound/sb16_dsp.cDEB(printk("dsp_set_speed(%d)\n",mode));
mode168drivers/sound/sb16_dsp.cif (mode)
mode170drivers/sound/sb16_dsp.cif (mode < 5000) mode = 5000;
mode171drivers/sound/sb16_dsp.cif (mode > 44100) mode = 44100;
mode172drivers/sound/sb16_dsp.cdsp_current_speed=mode;
mode174drivers/sound/sb16_dsp.creturn mode;
mode177drivers/sound/sb16_dsp.cstatic int dsp_set_stereo(int mode)
mode179drivers/sound/sb16_dsp.cDEB(printk("dsp_set_stereo(%d)\n",mode));
mode181drivers/sound/sb16_dsp.cdsp_stereo=mode;
mode183drivers/sound/sb16_dsp.creturn mode;
mode251drivers/sound/sb16_dsp.csb16_dsp_open (int dev, int mode)
mode116drivers/sound/sb16_midi.csb16midi_open (int dev, int mode,
mode129drivers/sound/sb16_midi.csb16midi_opened = mode;
mode73drivers/sound/sb_dsp.cstatic int      dsp_set_stereo (int mode);
mode297drivers/sound/sb_dsp.cdsp_set_stereo (int mode)
mode307drivers/sound/sb_dsp.cif (mode && sb_midi_busy)
mode313drivers/sound/sb_dsp.cdsp_stereo = !!mode;
mode491drivers/sound/sb_dsp.csb_dsp_open (int dev, int mode)
mode59drivers/sound/sb_midi.csb_midi_open (int dev, int mode,
mode72drivers/sound/sb_midi.cif (mode != OPEN_WRITE && !sb_duplex_midi)
mode80drivers/sound/sb_midi.cif (mode != OPEN_WRITE)
mode81drivers/sound/sb_mixer.csb_mixer_set_stereo(int mode)
mode86drivers/sound/sb_mixer.c| (mode ? STEREO_DAC : MONO_DAC)));
mode161drivers/sound/sequencer.cint             mode = file->mode & O_ACCMODE;
mode167drivers/sound/sequencer.cif (mode == OPEN_READ)
mode221drivers/sound/sequencer.cint             mode;
mode230drivers/sound/sequencer.cmode = file->mode & O_ACCMODE;
mode232drivers/sound/sequencer.cif ((err = midi_devs[dev]->open (dev, mode,
mode467drivers/sound/sequencer.cint             retval, mode, i;
mode470drivers/sound/sequencer.cmode = file->mode & O_ACCMODE;
mode505drivers/sound/sequencer.cif (mode == OPEN_WRITE || mode == OPEN_READWRITE)
mode507drivers/sound/sequencer.cif (synth_devs[i]->open (i, mode) < 0)
mode520drivers/sound/sequencer.cif (mode == OPEN_READ || mode == OPEN_READWRITE)
mode530drivers/sound/sequencer.cif ((retval = midi_devs[i]->open (i, mode,
mode583drivers/sound/sequencer.cint             mode = file->mode & O_ACCMODE;
mode606drivers/sound/sequencer.cif (mode != OPEN_READ)
mode609drivers/sound/sequencer.cif (mode != OPEN_READ)
mode616drivers/sound/sequencer.cif (mode == OPEN_WRITE || mode == OPEN_READWRITE)
mode713drivers/sound/sequencer.cint             mode = file->mode & O_ACCMODE;
mode724drivers/sound/sequencer.cif (mode == OPEN_READ)
mode749drivers/sound/sequencer.cint             err, mode;
mode751drivers/sound/sequencer.cmode = file->mode & O_ACCMODE;
mode752drivers/sound/sequencer.cif ((err = midi_devs[midi_dev]->open (midi_dev, mode,
mode767drivers/sound/sequencer.cif (mode == OPEN_WRITE)
mode774drivers/sound/sequencer.cif (mode == OPEN_READ)
mode960drivers/sound/sequencer.cif (mode == OPEN_READ)
mode5drivers/sound/sound_calls.hint DMAbuf_open(int dev, int mode);
mode6drivers/sound/sound_calls.hint DMAbuf_release(int dev, int mode);
mode87drivers/sound/sound_calls.hint  pro_midi_open(int dev, int mode);
mode136drivers/sound/sound_calls.hvoid sb_mixer_set_stereo(int mode);
mode203drivers/sound/sound_config.hint mode;  /* Open mode */
mode101drivers/sound/soundcard.cfiles[dev].mode = 0;
mode104drivers/sound/soundcard.cfiles[dev].mode = OPEN_READWRITE;
mode106drivers/sound/soundcard.cfiles[dev].mode = OPEN_READ;
mode108drivers/sound/soundcard.cfiles[dev].mode = OPEN_WRITE;
mode56fs/exec.cint open_inode(struct inode * inode, int mode)
mode76fs/exec.cf->f_flags = mode;
mode77fs/exec.cf->f_mode = (mode+1) & O_ACCMODE;
mode310fs/ext/namei.cint ext_create(struct inode * dir,const char * name, int len, int mode,
mode326fs/ext/namei.cinode->i_mode = mode;
mode344fs/ext/namei.cint ext_mknod(struct inode * dir, const char * name, int len, int mode, int rdev)
mode364fs/ext/namei.cinode->i_mode = mode;
mode381fs/ext/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode403fs/ext/namei.cint ext_mkdir(struct inode * dir, const char * name, int len, int mode)
mode450fs/ext/namei.cinode->i_mode = S_IFDIR | (mode & 0777 & ~current->umask);
mode48fs/ext/symlink.cint flag, int mode, struct inode ** res_inode)
mode79fs/ext/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
mode27fs/ext2/acl.cunsigned short mode = inode->i_mode;
mode38fs/ext2/acl.cmode >>= 6;
mode40fs/ext2/acl.cmode >>= 3;
mode41fs/ext2/acl.cif (((mode & mask & S_IRWXO) == mask))
mode292fs/ext2/ialloc.cint mode)
mode330fs/ext2/ialloc.cstruct inode * ext2_new_inode (const struct inode * dir, int mode)
mode352fs/ext2/ialloc.cif (S_ISDIR(mode)) {
mode467fs/ext2/ialloc.cif (S_ISDIR(mode))
mode473fs/ext2/ialloc.cinode->i_mode = mode;
mode483fs/ext2/ialloc.cif (S_ISDIR(mode))
mode484fs/ext2/ialloc.cmode |= S_ISGID;
mode504fs/ext2/ialloc.cinc_inode_version (inode, gdp, mode);
mode368fs/ext2/namei.cint ext2_create (struct inode * dir,const char * name, int len, int mode,
mode379fs/ext2/namei.cinode = ext2_new_inode (dir, mode);
mode385fs/ext2/namei.cinode->i_mode = mode;
mode411fs/ext2/namei.cint ext2_mknod (struct inode * dir, const char * name, int len, int mode,
mode427fs/ext2/namei.cinode = ext2_new_inode (dir, mode);
mode433fs/ext2/namei.cinode->i_mode = mode;
mode450fs/ext2/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode485fs/ext2/namei.cint ext2_mkdir (struct inode * dir, const char * name, int len, int mode)
mode536fs/ext2/namei.cinode->i_mode = S_IFDIR | (mode & S_IRWXUGO & ~current->umask);
mode51fs/ext2/symlink.cint flag, int mode, struct inode ** res_inode)
mode86fs/ext2/symlink.cerror = open_namei (link, flag, mode, res_inode, dir);
mode75fs/isofs/file.cstatic inline void unixify_text_buffer(char * buffer, int chars, int mode)
mode80fs/isofs/file.cif(mode == ISOFS_FILE_TEXT_M) *buffer = 0x0a;
mode81fs/isofs/file.cif(mode == ISOFS_FILE_TEXT) *buffer = ' ';
mode289fs/isofs/rock.cinode->i_mode  = isonum_733(rr->u.PX.mode);
mode30fs/isofs/rock.hchar mode[8];
mode46fs/isofs/symlink.cint flag, int mode, struct inode ** res_inode)
mode74fs/isofs/symlink.cerror = open_namei(pnt,flag,mode,res_inode,dir);
mode213fs/minix/namei.cint minix_create(struct inode * dir,const char * name, int len, int mode,
mode230fs/minix/namei.cinode->i_mode = mode;
mode248fs/minix/namei.cint minix_mknod(struct inode * dir, const char * name, int len, int mode, int rdev)
mode269fs/minix/namei.cinode->i_mode = mode;
mode286fs/minix/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode305fs/minix/namei.cint minix_mkdir(struct inode * dir, const char * name, int len, int mode)
mode352fs/minix/namei.cinode->i_mode = S_IFDIR | (mode & 0777 & ~current->umask);
mode42fs/minix/symlink.cint flag, int mode, struct inode ** res_inode)
mode73fs/minix/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
mode196fs/msdos/namei.cint msdos_create(struct inode *dir,const char *name,int len,int mode,
mode217fs/msdos/namei.cres = msdos_create_entry(dir,msdos_name,S_ISDIR(mode),result);
mode244fs/msdos/namei.cint msdos_mkdir(struct inode *dir,const char *name,int len,int mode)
mode76fs/namei.cint mode = inode->i_mode;
mode81fs/namei.cmode >>= 6;
mode83fs/namei.cmode >>= 3;
mode84fs/namei.cif (((mode & mask & 0007) == mask) || suser())
mode134fs/namei.cint flag, int mode, struct inode ** res_inode)
mode147fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
mode274fs/namei.cint open_namei(const char * pathname, int flag, int mode,
mode282fs/namei.cmode &= S_IALLUGO & ~current->umask;
mode283fs/namei.cmode |= S_IFREG;
mode322fs/namei.cerror = dir->i_op->create(dir,basename,namelen,mode,res_inode);
mode337fs/namei.cerror = follow_link(dir,inode,flag,mode,&inode);
mode392fs/namei.cint do_mknod(const char * filename, int mode, dev_t dev)
mode398fs/namei.cmode &= ~current->umask;
mode418fs/namei.creturn dir->i_op->mknod(dir,basename,namelen,mode,dev);
mode421fs/namei.casmlinkage int sys_mknod(const char * filename, int mode, dev_t dev)
mode426fs/namei.cif (S_ISDIR(mode) || (!S_ISFIFO(mode) && !suser()))
mode428fs/namei.cswitch (mode & S_IFMT) {
mode430fs/namei.cmode |= S_IFREG;
mode439fs/namei.cerror = do_mknod(tmp,mode,dev);
mode445fs/namei.cstatic int do_mkdir(const char * pathname, int mode)
mode470fs/namei.creturn dir->i_op->mkdir(dir,basename,namelen,mode);
mode473fs/namei.casmlinkage int sys_mkdir(const char * pathname, int mode)
mode480fs/namei.cerror = do_mkdir(tmp,mode);
mode26fs/nfs/dir.cstatic int nfs_create(struct inode *dir, const char *name, int len, int mode,
mode28fs/nfs/dir.cstatic int nfs_mkdir(struct inode *dir, const char *name, int len, int mode);
mode35fs/nfs/dir.cstatic int nfs_mknod(struct inode *dir, const char *name, int len, int mode,
mode243fs/nfs/dir.centry->expiration_date = jiffies + (S_ISDIR(fattr->mode)
mode328fs/nfs/dir.cstatic int nfs_create(struct inode *dir, const char *name, int len, int mode,
mode346fs/nfs/dir.csattr.mode = mode;
mode364fs/nfs/dir.cint mode, int rdev)
mode380fs/nfs/dir.csattr.mode = mode;
mode382fs/nfs/dir.cif (S_ISCHR(mode) || S_ISBLK(mode))
mode395fs/nfs/dir.cstatic int nfs_mkdir(struct inode *dir, const char *name, int len, int mode)
mode411fs/nfs/dir.csattr.mode = mode;
mode481fs/nfs/dir.csattr.mode = S_IFLNK | S_IRWXUGO; /* SunOS 4.1.2 crashes without this! */
mode574fs/nfs/dir.cinode->i_mode = fattr->mode;
mode203fs/nfs/inode.csattr.mode = inode->i_mode;
mode205fs/nfs/inode.csattr.mode = (unsigned) -1;
mode134fs/nfs/proc.cfattr->mode = ntohl(*p++);
mode155fs/nfs/proc.c*p++ = htonl(sattr->mode);
mode44fs/nfs/symlink.cint flag, int mode, struct inode **res_inode)
mode78fs/nfs/symlink.cerror = open_namei(res, flag, mode, res_inode, dir);
mode158fs/open.casmlinkage int sys_access(const char * filename,int mode)
mode163fs/open.cif (mode != (mode & S_IRWXO))  /* where's F_OK, X_OK, W_OK, R_OK? */
mode175fs/open.cif ((res & mode) == mode)
mode187fs/open.c(S_ISDIR(i_mode) || !(mode & S_IXOTH) || (i_mode & S_IXUGO)))
mode234fs/open.casmlinkage int sys_fchmod(unsigned int fd, mode_t mode)
mode247fs/open.cinode->i_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
mode255fs/open.casmlinkage int sys_chmod(const char * filename, mode_t mode)
mode271fs/open.cinode->i_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
mode353fs/open.cint do_open(const char * filename,int flags,int mode)
mode375fs/open.cerror = open_namei(filename,flag,mode,&inode,NULL);
mode401fs/open.casmlinkage int sys_open(const char * filename,int flags,int mode)
mode409fs/open.cerror = do_open(tmp,flags,mode);
mode414fs/open.casmlinkage int sys_creat(const char * pathname, int mode)
mode416fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
mode42fs/proc/link.cint flag, int mode, struct inode ** res_inode)
mode647fs/sysv/inode.cumode_t mode;
mode664fs/sysv/inode.cmode = raw_inode->i_mode;
mode666fs/sysv/inode.cmode = from_coh_imode(mode);
mode668fs/sysv/inode.cinode->i_mode = mode;
mode732fs/sysv/inode.cumode_t mode;
mode748fs/sysv/inode.cmode = inode->i_mode;
mode750fs/sysv/inode.cmode = to_coh_imode(mode);
mode751fs/sysv/inode.craw_inode->i_mode = mode;
mode210fs/sysv/namei.cint sysv_create(struct inode * dir,const char * name, int len, int mode,
mode230fs/sysv/namei.cinode->i_mode = mode;
mode248fs/sysv/namei.cint sysv_mknod(struct inode * dir, const char * name, int len, int mode, int rdev)
mode269fs/sysv/namei.cinode->i_mode = mode;
mode289fs/sysv/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode308fs/sysv/namei.cint sysv_mkdir(struct inode * dir, const char * name, int len, int mode)
mode354fs/sysv/namei.cinode->i_mode = S_IFDIR | (mode & 0777 & ~current->umask);
mode48fs/sysv/symlink.cint flag, int mode, struct inode ** res_inode)
mode80fs/sysv/symlink.cerror = open_namei(bh_data,flag,mode,res_inode,dir);
mode244fs/xiafs/namei.cint xiafs_create(struct inode * dir, const char * name, int len, int mode,
mode260fs/xiafs/namei.cinode->i_mode = mode;
mode278fs/xiafs/namei.cint xiafs_mknod(struct inode *dir, const char *name, int len, int mode, int rdev)
mode298fs/xiafs/namei.cinode->i_mode = mode;
mode315fs/xiafs/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode335fs/xiafs/namei.cint xiafs_mkdir(struct inode * dir, const char * name, int len, int mode)
mode380fs/xiafs/namei.cinode->i_mode = S_IFDIR | (mode & S_IRWXUGO & ~current->umask);
mode76fs/xiafs/symlink.cint flag, int mode, struct inode ** res_inode)
mode111fs/xiafs/symlink.cerror = open_namei(bh->b_data,flag,mode,res_inode,dir);
mode158include/asm/dma.hstatic __inline__ void set_dma_mode(unsigned int dmanr, char mode)
mode161include/asm/dma.houtb(mode | dmanr,  DMA1_MODE_REG);
mode163include/asm/dma.houtb(mode | (dmanr&3),  DMA2_MODE_REG);
mode40include/linux/binfmts.hextern int open_inode(struct inode * inode, int mode);
mode167include/linux/cdrom.hu_char  mode;      /* cache control byte      */
mode66include/linux/ext_fs.hextern int ext_create(struct inode * dir,const char * name, int len, int mode,
mode68include/linux/ext_fs.hextern int ext_mkdir(struct inode * dir, const char * name, int len, int mode);
mode74include/linux/ext_fs.hextern int ext_mknod(struct inode * dir, const char * name, int len, int mode, int rdev);
mode371include/linux/fs.hextern int open_namei(const char * pathname, int flag, int mode,
mode373include/linux/fs.hextern int do_mknod(const char * filename, int mode, dev_t dev);
mode15include/linux/ipc.hushort mode;  /* access modes see mode flags below */
mode80include/linux/minix_fs.hextern int minix_create(struct inode * dir,const char * name, int len, int mode,
mode82include/linux/minix_fs.hextern int minix_mkdir(struct inode * dir, const char * name, int len, int mode);
mode88include/linux/minix_fs.hextern int minix_mknod(struct inode * dir, const char * name, int len, int mode, int rdev);
mode159include/linux/msdos_fs.hextern int msdos_create(struct inode *dir,const char *name,int len,int mode,
mode161include/linux/msdos_fs.hextern int msdos_mkdir(struct inode *dir,const char *name,int len,int mode);
mode130include/linux/nfs.hu_int mode;
mode146include/linux/nfs.hu_int mode;
mode116include/linux/soundcard.hunsigned long mode;
mode279include/linux/sysv_fs.hextern inline mode_t from_coh_imode(unsigned short mode)
mode281include/linux/sysv_fs.hif (mode == COH_KLUDGE_SYMLINK_MODE)
mode284include/linux/sysv_fs.hreturn mode;
mode286include/linux/sysv_fs.hextern inline unsigned short to_coh_imode(mode_t mode)
mode288include/linux/sysv_fs.hif (S_ISLNK(mode))
mode290include/linux/sysv_fs.helse if (mode == COH_KLUDGE_SYMLINK_MODE)
mode293include/linux/sysv_fs.hreturn mode;
mode393include/linux/sysv_fs.hextern int sysv_create(struct inode * dir,const char * name, int len, int mode,
mode395include/linux/sysv_fs.hextern int sysv_mkdir(struct inode * dir, const char * name, int len, int mode);
mode401include/linux/sysv_fs.hextern int sysv_mknod(struct inode * dir, const char * name, int len, int mode, int rdev);
mode80include/linux/timex.hint mode;    /* mode selector */
mode9include/linux/vt.hchar mode;    /* vt mode */
mode125include/linux/xd.hstatic u_int xd_command (u_char *command,u_char mode,u_char *indata,u_char *outdata,u_char *sense,u_long timeout);
mode67include/linux/xia_fs.hextern int xiafs_create(struct inode * dir,const char * name, int len, int mode,
mode69include/linux/xia_fs.hextern int xiafs_mkdir(struct inode * dir, const char * name, int len, int mode);
mode77include/linux/xia_fs.hint mode, int rdev);
mode56init/main.cstatic inline _syscall3(int,open,const char *,file,int,flag,int,mode)
mode249ipc/msg.cipcp->mode = (msgflg & S_IRWXUGO);
mode411ipc/msg.cipcp->mode = (ipcp->mode & ~S_IRWXUGO) | 
mode412ipc/msg.c(S_IRWXUGO & tbuf.msg_perm.mode);
mode85ipc/sem.cipcp->mode = (semflg & S_IRWXUGO);
mode312ipc/sem.cipcp->mode = (ipcp->mode & ~S_IRWXUGO)
mode313ipc/sem.c| (tbuf.sem_perm.mode & S_IRWXUGO);
mode105ipc/shm.cshp->shm_perm.mode = (shmflg & S_IRWXUGO);
mode143ipc/shm.cif (shp->shm_perm.mode & SHM_DEST)
mode275ipc/shm.cif (!(ipcp->mode & SHM_LOCKED))
mode277ipc/shm.cipcp->mode &= ~SHM_LOCKED;
mode285ipc/shm.cif (ipcp->mode & SHM_LOCKED)
mode287ipc/shm.cipcp->mode |= SHM_LOCKED;
mode304ipc/shm.cipcp->mode = (ipcp->mode & ~S_IRWXUGO)
mode305ipc/shm.c| (tbuf.shm_perm.mode & S_IRWXUGO);
mode313ipc/shm.cshp->shm_perm.mode |= SHM_DEST;
mode453ipc/shm.cif (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST)
mode495ipc/shm.cif (--shp->shm_nattch <= 0 && shp->shm_perm.mode & SHM_DEST)
mode654ipc/shm.cif (shp == IPC_UNUSED || shp == IPC_NOID || shp->shm_perm.mode & SHM_LOCKED ) {
mode65ipc/util.cif (!(flag & perm) || flag & perm & ~ipcp->mode)
mode307kernel/time.cif (txc.mode && !suser())
mode313kernel/time.cif (txc.mode & ADJ_OFFSET)
mode320kernel/time.cif (txc.mode & ADJ_STATUS)
mode330kernel/time.cif (txc.mode)
mode335kernel/time.cif (txc.mode & ADJ_STATUS)
mode338kernel/time.cif (txc.mode & ADJ_FREQUENCY)
mode341kernel/time.cif (txc.mode & ADJ_MAXERROR)
mode344kernel/time.cif (txc.mode & ADJ_ESTERROR)
mode347kernel/time.cif (txc.mode & ADJ_TIMECONST)
mode350kernel/time.cif (txc.mode & ADJ_OFFSET)
mode351kernel/time.cif (txc.mode == ADJ_OFFSET_SINGLESHOT)