taglinefilesource code
ia_mode65arch/sparc/kernel/sys_sparc.cnewattrs.ia_mode = inode->i_mode & ~(S_ISUID | S_ISGID);
ia_mode788fs/affs/inode.cinode->u.affs_i.i_protect = mode_to_prot(attr->ia_mode);
ia_mode554fs/fat/inode.c(attr->ia_mode & ~MSDOS_VALID_MODE)))
ia_mode296fs/inode.cattr->ia_mode &= ~S_ISGID;
ia_mode328fs/inode.cinode->i_mode = attr->ia_mode;
ia_mode442fs/ncpfs/inode.c(attr->ia_mode &
ia_mode284fs/nfs/inode.csattr.mode = attr->ia_mode;
ia_mode338fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
ia_mode363fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
ia_mode390fs/open.cnewattrs.ia_mode = inode->i_mode;
ia_mode398fs/open.cnewattrs.ia_mode &= ~S_ISUID;
ia_mode409fs/open.cnewattrs.ia_mode &= ~S_ISGID;
ia_mode446fs/open.cnewattrs.ia_mode = inode->i_mode;
ia_mode454fs/open.cnewattrs.ia_mode &= ~S_ISUID;
ia_mode465fs/open.cnewattrs.ia_mode &= ~S_ISGID;
ia_mode160fs/read_write.cnewattrs.ia_mode = inode->i_mode &
ia_mode350fs/smbfs/inode.c(attr->ia_mode & ~(S_IFREG | S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO))))
ia_mode880fs/sysv/inode.cif (attr->ia_mode == COH_KLUDGE_SYMLINK_MODE)
ia_mode881fs/sysv/inode.cattr->ia_mode = COH_KLUDGE_NOT_SYMLINK;
ia_mode329fs/umsdos/inode.centry.mode = attr->ia_mode;
ia_mode256include/linux/fs.humode_t    ia_mode;