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