taglinefilesource code
S_ISGID650fs/exec.ceuid) || ((i & S_ISGID) && !in_group_p(bprm.inode->i_gid))) && !suser()) {
S_ISGID660fs/exec.cbprm.e_gid = (i & S_ISGID) ? bprm.inode->i_gid : current->egid;
S_ISGID286fs/ext/freelists.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
S_ISGID367fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID368fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID448fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID449fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID457fs/ext2/ialloc.celse if (dir->i_mode & S_ISGID) {
S_ISGID460fs/ext2/ialloc.cmode |= S_ISGID;
S_ISGID436fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID437fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID521fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID522fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID258fs/inode.cattr->ia_mode &= ~S_ISGID;
S_ISGID294fs/inode.cinode->i_mode &= ~S_ISGID;
S_ISGID196fs/minix/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
S_ISGID273fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID274fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID351fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID352fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID398fs/open.cif (group != inode->i_gid && (inode->i_mode & S_ISGID)) {
S_ISGID399fs/open.cnewattrs.ia_mode &= ~S_ISGID;
S_ISGID442fs/open.cif (group != inode->i_gid && (inode->i_mode & S_ISGID)) {
S_ISGID443fs/open.cnewattrs.ia_mode &= ~S_ISGID;
S_ISGID148fs/read_write.cif (written > 0 && !suser() && (inode->i_mode & (S_ISUID | S_ISGID))) {
S_ISGID150fs/read_write.cnewattrs.ia_mode = inode->i_mode & ~(S_ISUID | S_ISGID);
S_ISGID156fs/sysv/ialloc.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
S_ISGID266fs/sysv/namei.cif (dir->i_mode & S_ISGID)
S_ISGID267fs/sysv/namei.cinode->i_mode |= S_ISGID;
S_ISGID342fs/sysv/namei.cif (dir->i_mode & S_ISGID)
S_ISGID343fs/sysv/namei.cinode->i_mode |= S_ISGID;
S_ISGID220fs/umsdos/namei.cinfo.entry.gid = (dir->i_mode & S_ISGID)
S_ISGID692fs/umsdos/namei.cinfo.entry.gid = (dir->i_mode & S_ISGID)
S_ISGID327fs/xiafs/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
S_ISGID305fs/xiafs/namei.cif (dir->i_mode & S_ISGID)
S_ISGID306fs/xiafs/namei.cinode->i_mode |= S_ISGID;
S_ISGID383fs/xiafs/namei.cif (dir->i_mode & S_ISGID)
S_ISGID384fs/xiafs/namei.cinode->i_mode |= S_ISGID;
S_ISGID47include/linux/stat.h#define S_IALLUGO  (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)