taglinefilesource code
S_ISGID615fs/exec.ceuid) || ((i & S_ISGID) && !in_group_p(bprm.inode->i_gid))) && !suser()) {
S_ISGID625fs/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->fsgid;
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_ISGID455fs/ext2/ialloc.celse if (dir->i_mode & S_ISGID) {
S_ISGID458fs/ext2/ialloc.cmode |= S_ISGID;
S_ISGID432fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID433fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID517fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID518fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID217fs/minix/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
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_ISGID265fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID291fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID334fs/open.cif (old_group != inode->i_gid && inode->i_mode & S_ISGID) {
S_ISGID335fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID381fs/open.cif (old_group != inode->i_gid && inode->i_mode & S_ISGID) {
S_ISGID382fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID151fs/read_write.cif (written > 0 && !suser() && (inode->i_mode & (S_ISUID | S_ISGID))) {
S_ISGID152fs/read_write.cinode->i_mode &= ~(S_ISUID | S_ISGID);
S_ISGID139fs/sysv/ialloc.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->fsgid;
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_ISGID220fs/umsdos/namei.cinfo.entry.gid = (dir->i_mode & S_ISGID)
S_ISGID663fs/umsdos/namei.cinfo.entry.gid = (dir->i_mode & S_ISGID)
S_ISGID333fs/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)