taglinefilesource code
S_IALLUGO339fs/namei.cmode &= S_IALLUGO & ~current->fs->umask;
S_IALLUGO318fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
S_IALLUGO343fs/open.cnewattrs.ia_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);