taglinefilesource code
S_ISGID620fs/exec.ceuid) || ((i & S_ISGID) && !in_group_p(bprm.inode->i_gid))) &&
S_ISGID631fs/exec.cbprm.e_gid = (i & S_ISGID) ? bprm.inode->i_gid : current->egid;
S_ISGID293fs/ext/freelists.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID371fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID372fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID452fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID453fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID481fs/ext2/ialloc.celse if (dir->i_mode & S_ISGID) {
S_ISGID484fs/ext2/ialloc.cmode |= S_ISGID;
S_ISGID437fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID438fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID525fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID526fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID217fs/minix/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID275fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID276fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID353fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID354fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID270fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID296fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID139fs/sysv/ialloc.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID278fs/sysv/namei.cif (dir->i_mode & S_ISGID)
S_ISGID279fs/sysv/namei.cinode->i_mode |= S_ISGID;
S_ISGID355fs/sysv/namei.cif (dir->i_mode & S_ISGID)
S_ISGID356fs/sysv/namei.cinode->i_mode |= S_ISGID;
S_ISGID333fs/xiafs/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID304fs/xiafs/namei.cif (dir->i_mode & S_ISGID)
S_ISGID305fs/xiafs/namei.cinode->i_mode |= S_ISGID;
S_ISGID381fs/xiafs/namei.cif (dir->i_mode & S_ISGID)
S_ISGID382fs/xiafs/namei.cinode->i_mode |= S_ISGID;
S_ISGID82include/linux/stat.h#define S_IALLUGO  (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)