taglinefilesource code
S_ISGID571fs/exec.ceuid) || ((i & S_ISGID) && !in_group_p(bprm.inode->i_gid))) &&
S_ISGID582fs/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_ISGID370fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID371fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID451fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID452fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID470fs/ext2/ialloc.cif ((dir->i_mode & S_ISGID) || test_opt (sb, GRPID))
S_ISGID439fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID440fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID537fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID538fs/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_ISGID249fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID273fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID138fs/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)