taglinefilesource code
mode306fs/ext/namei.cint ext_create(struct inode * dir,const char * name, int len, int mode,
mode322fs/ext/namei.cinode->i_mode = mode;
mode340fs/ext/namei.cint ext_mknod(struct inode * dir, const char * name, int len, int mode, int rdev)
mode360fs/ext/namei.cinode->i_mode = mode;
mode383fs/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)
mode448fs/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);
mode313fs/ext2/ialloc.cstruct inode * ext2_new_inode (const struct inode * dir, int mode)
mode377fs/ext2/ialloc.cif (S_ISDIR(mode))
mode270fs/ext2/namei.cint ext2_create (struct inode * dir,const char * name, int len, int mode,
mode280fs/ext2/namei.cinode = ext2_new_inode (dir, mode);
mode286fs/ext2/namei.cinode->i_mode = mode;
mode308fs/ext2/namei.cint ext2_mknod (struct inode * dir, const char * name, int len, int mode,
mode323fs/ext2/namei.cinode = ext2_new_inode (dir, mode);
mode329fs/ext2/namei.cinode->i_mode = mode;
mode352fs/ext2/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode376fs/ext2/namei.cint ext2_mkdir (struct inode * dir, const char * name, int len, int mode)
mode418fs/ext2/namei.cinode->i_mode = S_IFDIR | (mode & 0777 & ~current->umask);
mode49fs/ext2/symlink.cint flag, int mode, struct inode ** res_inode)
mode84fs/ext2/symlink.cerror = open_namei (link, flag, mode, res_inode, dir);
mode74fs/isofs/file.cstatic inline void unixify_text_buffer(char * buffer, int chars, int mode)
mode79fs/isofs/file.cif(mode == ISOFS_FILE_TEXT_M) *buffer = 0x0a;
mode80fs/isofs/file.cif(mode == ISOFS_FILE_TEXT) *buffer = ' ';
mode277fs/isofs/rock.cinode->i_mode  = isonum_733(rr->u.PX.mode);
mode30fs/isofs/rock.hchar mode[8];
mode45fs/isofs/symlink.cint flag, int mode, struct inode ** res_inode)
mode73fs/isofs/symlink.cerror = open_namei(pnt,flag,mode,res_inode,dir);
mode200fs/minix/namei.cint minix_create(struct inode * dir,const char * name, int len, int mode,
mode216fs/minix/namei.cinode->i_mode = mode;
mode234fs/minix/namei.cint minix_mknod(struct inode * dir, const char * name, int len, int mode, int rdev)
mode254fs/minix/namei.cinode->i_mode = mode;
mode277fs/minix/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode297fs/minix/namei.cint minix_mkdir(struct inode * dir, const char * name, int len, int mode)
mode344fs/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);
mode191fs/msdos/namei.cint msdos_create(struct inode *dir,const char *name,int len,int mode,
mode212fs/msdos/namei.cres = msdos_create_entry(dir,msdos_name,S_ISDIR(mode),result);
mode239fs/msdos/namei.cint msdos_mkdir(struct inode *dir,const char *name,int len,int mode)
mode83fs/namei.cint mode = inode->i_mode;
mode91fs/namei.cmode >>= 6;
mode93fs/namei.cmode >>= 3;
mode94fs/namei.cif (((mode & mask & 0007) == mask) || suser())
mode140fs/namei.cint flag, int mode, struct inode ** res_inode)
mode153fs/namei.creturn inode->i_op->follow_link(dir,inode,flag,mode,res_inode);
mode282fs/namei.cint open_namei(const char * pathname, int flag, int mode,
mode290fs/namei.cmode &= 07777 & ~current->umask;
mode291fs/namei.cmode |= S_IFREG;
mode327fs/namei.creturn dir->i_op->create(dir,basename,namelen,mode,res_inode);
mode334fs/namei.cerror = follow_link(dir,inode,flag,mode,&inode);
mode374fs/namei.cint do_mknod(const char * filename, int mode, dev_t dev)
mode380fs/namei.cmode &= ~current->umask;
mode400fs/namei.creturn dir->i_op->mknod(dir,basename,namelen,mode,dev);
mode403fs/namei.cint sys_mknod(const char * filename, int mode, dev_t dev)
mode408fs/namei.cif (S_ISDIR(mode)  || (!S_ISFIFO(mode) && !suser()))
mode412fs/namei.cerror = do_mknod(tmp,mode,dev);
mode418fs/namei.cstatic int do_mkdir(const char * pathname, int mode)
mode443fs/namei.creturn dir->i_op->mkdir(dir,basename,namelen,mode);
mode446fs/namei.cint sys_mkdir(const char * pathname, int mode)
mode453fs/namei.cerror = do_mkdir(tmp,mode);
mode25fs/nfs/dir.cstatic int nfs_create(struct inode *dir, const char *name, int len, int mode,
mode27fs/nfs/dir.cstatic int nfs_mkdir(struct inode *dir, const char *name, int len, int mode);
mode34fs/nfs/dir.cstatic int nfs_mknod(struct inode *dir, const char *name, int len, int mode,
mode242fs/nfs/dir.centry->expiration_date = jiffies + (S_ISDIR(fattr->mode)
mode324fs/nfs/dir.cstatic int nfs_create(struct inode *dir, const char *name, int len, int mode,
mode342fs/nfs/dir.csattr.mode = mode;
mode360fs/nfs/dir.cint mode, int rdev)
mode376fs/nfs/dir.csattr.mode = mode;
mode378fs/nfs/dir.cif (S_ISCHR(mode) || S_ISBLK(mode))
mode391fs/nfs/dir.cstatic int nfs_mkdir(struct inode *dir, const char *name, int len, int mode)
mode407fs/nfs/dir.csattr.mode = mode;
mode477fs/nfs/dir.csattr.mode = S_IFLNK | 0777; /* SunOS 4.1.2 crashes without this! */
mode570fs/nfs/dir.cinode->i_mode = fattr->mode;
mode190fs/nfs/inode.csattr.mode = inode->i_mode;
mode192fs/nfs/inode.csattr.mode = -1;
mode113fs/nfs/proc.cfattr->mode = ntohl(*p++);
mode134fs/nfs/proc.c*p++ = htonl(sattr->mode);
mode43fs/nfs/symlink.cint flag, int mode, struct inode **res_inode)
mode77fs/nfs/symlink.cerror = open_namei(res, flag, mode, res_inode, dir);
mode158fs/open.cint sys_access(const char * filename,int mode)
mode163fs/open.cif (mode != (mode & 0007))  /* where's F_OK, X_OK, W_OK, R_OK? */
mode175fs/open.cif ((res & mode) == mode)
mode187fs/open.c(S_ISDIR(i_mode) || !(mode & 1) || (i_mode & 0111)))
mode234fs/open.cint sys_fchmod(unsigned int fd, mode_t mode)
mode247fs/open.cinode->i_mode = (mode & 07777) | (inode->i_mode & ~07777);
mode255fs/open.cint sys_chmod(const char * filename, mode_t mode)
mode271fs/open.cinode->i_mode = (mode & 07777) | (inode->i_mode & ~07777);
mode353fs/open.cint sys_open(const char * filename,int flags,int mode)
mode378fs/open.cerror = open_namei(tmp,flag,mode,&inode,NULL);
mode417fs/open.cint sys_creat(const char * pathname, int mode)
mode419fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
mode42fs/proc/link.cint flag, int mode, struct inode ** res_inode)
mode240fs/xiafs/namei.cint xiafs_create(struct inode * dir, const char * name, int len, int mode,
mode256fs/xiafs/namei.cinode->i_mode = mode;
mode274fs/xiafs/namei.cint xiafs_mknod(struct inode *dir, const char *name, int len, int mode, int rdev)
mode294fs/xiafs/namei.cinode->i_mode = mode;
mode317fs/xiafs/namei.cif (S_ISBLK(mode) || S_ISCHR(mode))
mode337fs/xiafs/namei.cint xiafs_mkdir(struct inode * dir, const char * name, int len, int mode)
mode382fs/xiafs/namei.cinode->i_mode = S_IFDIR | (mode & 0777 & ~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);
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);
mode353include/linux/fs.hextern int open_namei(const char * pathname, int flag, int mode,
mode355include/linux/fs.hextern int do_mknod(const char * filename, int mode, dev_t dev);
mode77include/linux/minix_fs.hextern int minix_create(struct inode * dir,const char * name, int len, int mode,
mode79include/linux/minix_fs.hextern int minix_mkdir(struct inode * dir, const char * name, int len, int mode);
mode85include/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);
mode129include/linux/nfs.hu_int mode;
mode145include/linux/nfs.hu_int mode;
mode9include/linux/vt.hchar mode;    /* vt mode */
mode127include/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);
mode49init/main.cstatic inline _syscall3(int,open,const char *,file,int,flag,int,mode)
mode261kernel/blk_drv/xd.cu_char head,sector,control,mode,temp;
mode284kernel/blk_drv/xd.cmode = xd_setup_dma(operation == READ ? DMA_MODE_READ : DMA_MODE_WRITE,buffer,temp * 0x200);
mode287kernel/blk_drv/xd.cswitch (xd_command(cmdblk,mode,buffer,buffer,sense,XD_TIMEOUT)) {
mode334kernel/blk_drv/xd.cstatic u_char xd_setup_dma (u_char mode,u_char *buffer,u_int count)
mode345kernel/blk_drv/xd.cset_dma_mode(xd_dma,mode);
mode382kernel/blk_drv/xd.cstatic u_int xd_command (u_char *command,u_char mode,u_char *indata,u_char *outdata,u_char *sense,u_long timeout)
mode387kernel/blk_drv/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);
mode391kernel/blk_drv/xd.coutb(mode,XD_CONTROL);
mode400kernel/blk_drv/xd.ccase 0:      if (mode == DMA_MODE) {
mode408kernel/blk_drv/xd.ccase STAT_INPUT:  if (mode == DMA_MODE) {
mode1310kernel/chr_drv/console.cvtmode.mode  = VT_AUTO;
mode330kernel/chr_drv/tty_io.cif (vt_cons[new_console].vt_mode.mode == VT_PROCESS)
mode352kernel/chr_drv/tty_io.cvt_cons[new_console].vt_mode.mode = VT_AUTO;
mode407kernel/chr_drv/tty_io.cif (vt_cons[fg_console].vt_mode.mode == VT_PROCESS)
mode438kernel/chr_drv/tty_io.cvt_cons[fg_console].vt_mode.mode = VT_AUTO;
mode261kernel/chr_drv/vt.cchar mode;
mode266kernel/chr_drv/vt.cmode = get_fs_byte(&vtmode->mode);
mode267kernel/chr_drv/vt.cif (mode != VT_AUTO && mode != VT_PROCESS)
mode269kernel/chr_drv/vt.cvt_cons[console].vt_mode.mode = mode;
mode287kernel/chr_drv/vt.cput_fs_byte(vt_cons[console].vt_mode.mode, &vtmode->mode);
mode364kernel/chr_drv/vt.cif (vt_cons[console].vt_mode.mode != VT_PROCESS)