taglinefilesource code
ia_mode258fs/inode.cattr->ia_mode &= ~S_ISGID;
ia_mode292fs/inode.cinode->i_mode = attr->ia_mode;
ia_mode491fs/msdos/inode.c(attr->ia_mode & ~MSDOS_VALID_MODE)))
ia_mode258fs/nfs/inode.csattr.mode = attr->ia_mode;
ia_mode327fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
ia_mode353fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
ia_mode380fs/open.cnewattrs.ia_mode = inode->i_mode;
ia_mode389fs/open.cnewattrs.ia_mode &= ~S_ISUID;
ia_mode396fs/open.cnewattrs.ia_mode &= ~S_ISGID;
ia_mode424fs/open.cnewattrs.ia_mode = inode->i_mode;
ia_mode433fs/open.cnewattrs.ia_mode &= ~S_ISUID;
ia_mode440fs/open.cnewattrs.ia_mode &= ~S_ISGID;
ia_mode147fs/read_write.cnewattrs.ia_mode = inode->i_mode & ~(S_ISUID | S_ISGID);
ia_mode357fs/smbfs/inode.c(attr->ia_mode & ~(S_IFREG | S_IFDIR | S_IRWXU | S_IRWXG | S_IRWXO))))
ia_mode885fs/sysv/inode.cif (attr->ia_mode == COH_KLUDGE_SYMLINK_MODE)
ia_mode886fs/sysv/inode.cattr->ia_mode = COH_KLUDGE_NOT_SYMLINK;
ia_mode335fs/umsdos/inode.centry.mode = attr->ia_mode;
ia_mode189include/linux/fs.humode_t    ia_mode;