taglinefilesource code
S_ISGID63arch/sparc/kernel/sys_sparc.cif (!suser() && (inode->i_mode & (S_ISUID | S_ISGID))) {
S_ISGID65arch/sparc/kernel/sys_sparc.cnewattrs.ia_mode = inode->i_mode & ~(S_ISUID | S_ISGID);
S_ISGID460fs/exec.c|| ((i & S_ISGID) && !in_group_p(bprm->inode->i_gid))) && !suser())
S_ISGID473fs/exec.cbprm->e_gid = ((i & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) ?
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_ISGID460fs/ext2/ialloc.celse if (dir->i_mode & S_ISGID) {
S_ISGID463fs/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_ISGID296fs/inode.cattr->ia_mode &= ~S_ISGID;
S_ISGID330fs/inode.cinode->i_mode &= ~S_ISGID;
S_ISGID297fs/locks.cif ((inode->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID)
S_ISGID340fs/locks.cif ((inode->i_mode & (S_ISGID | S_IXGRP)) != S_ISGID)
S_ISGID253fs/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_ISGID408fs/open.c((inode->i_mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP))) {
S_ISGID409fs/open.cnewattrs.ia_mode &= ~S_ISGID;
S_ISGID464fs/open.c((inode->i_mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP))) {
S_ISGID465fs/open.cnewattrs.ia_mode &= ~S_ISGID;
S_ISGID154fs/read_write.cif (!suser() && (inode->i_mode & (S_ISUID | S_ISGID))) {
S_ISGID161fs/read_write.c~(S_ISUID | ((inode->i_mode & S_IXGRP) ? S_ISGID : 0));
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_ISGID367include/linux/fs.hif ((inode->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID)
S_ISGID47include/linux/stat.h#define S_IALLUGO  (S_ISUID|S_ISGID|S_ISVTX|S_IRWXUGO)