taglinefilesource code
S_IALLUGO282fs/namei.cmode &= S_IALLUGO & ~current->umask;
S_IALLUGO268fs/open.cinode->i_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);
S_IALLUGO294fs/open.cinode->i_mode = (mode & S_IALLUGO) | (inode->i_mode & ~S_IALLUGO);