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