taglinefilesource code
S_ISGID463fs/exec.ceuid) || ((i & S_ISGID) && !in_group_p(inode->i_gid))) &&
S_ISGID474fs/exec.ce_gid = (i & S_ISGID) ? inode->i_gid : current->egid;
S_ISGID286fs/ext/freelists.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID366fs/ext/namei.cif (dir->i_mode & S_ISGID)
S_ISGID367fs/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_ISGID444fs/ext2/ialloc.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID338fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID339fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID416fs/ext2/namei.cif (dir->i_mode & S_ISGID)
S_ISGID417fs/ext2/namei.cinode->i_mode |= S_ISGID;
S_ISGID214fs/minix/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID276fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID277fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID356fs/minix/namei.cif (dir->i_mode & S_ISGID)
S_ISGID357fs/minix/namei.cinode->i_mode |= S_ISGID;
S_ISGID249fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID273fs/open.cinode->i_mode &= ~S_ISGID;
S_ISGID328fs/xiafs/bitmap.cinode->i_gid = (dir->i_mode & S_ISGID) ? dir->i_gid : current->egid;
S_ISGID300fs/xiafs/namei.cif (dir->i_mode & S_ISGID)
S_ISGID301fs/xiafs/namei.cinode->i_mode |= S_ISGID;
S_ISGID377fs/xiafs/namei.cif (dir->i_mode & S_ISGID)
S_ISGID378fs/xiafs/namei.cinode->i_mode |= S_ISGID;