taglinefilesource code
S_ISGID596fs/exec.ceuid) || ((i & S_ISGID) && !in_group_p(bprm.inode->i_gid))) && !suser()) {
S_ISGID606fs/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_ISGID362fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID363fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID443fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID444fs/ext/namei.cinode->i_mode |= S_ISGID;
S_ISGID456fs/ext2/ialloc.celse if (dir->i_mode & S_ISGID) {
S_ISGID459fs/ext2/ialloc.cmode |= S_ISGID;
S_ISGID433fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID434fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID518fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID519fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID258fs/inode.cattr->ia_mode &= ~S_ISGID;
S_ISGID294fs/inode.cinode->i_mode &= ~S_ISGID;
S_ISGID195fs/minix/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
S_ISGID272fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID273fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID350fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID351fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID339fs/open.cif (group != inode->i_gid && (inode->i_mode & S_ISGID)) {
S_ISGID340fs/open.cnewattrs.ia_mode &= ~S_ISGID;
S_ISGID379fs/open.cif (group != inode->i_gid && (inode->i_mode & S_ISGID)) {
S_ISGID380fs/open.cnewattrs.ia_mode &= ~S_ISGID;
S_ISGID164fs/read_write.cif (written > 0 && !suser() && (inode->i_mode & (S_ISUID | S_ISGID))) {
S_ISGID166fs/read_write.cnewattrs.ia_mode = inode->i_mode & ~(S_ISUID | S_ISGID);
S_ISGID155fs/sysv/ialloc.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
S_ISGID265fs/sysv/namei.cif (dir->i_mode & S_ISGID)
S_ISGID266fs/sysv/namei.cinode->i_mode |= S_ISGID;
S_ISGID341fs/sysv/namei.cif (dir->i_mode & S_ISGID)
S_ISGID342fs/sysv/namei.cinode->i_mode |= S_ISGID;
S_ISGID220fs/umsdos/namei.cinfo.entry.gid = (dir->i_mode & S_ISGID)
S_ISGID671fs/umsdos/namei.cinfo.entry.gid = (dir->i_mode & S_ISGID)
S_ISGID326fs/xiafs/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
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)