taglinefilesource code
S_IALLUGO313fs/namei.cmode &= S_IALLUGO & ~current->fs->umask;
S_IALLUGO263fs/open.cinode->i_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
S_IALLUGO289fs/open.cinode->i_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);