Searched refs:S_ISGID (Results 26 - 50 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifile.c94 #ifdef S_ISGID
95 ret |= ((perms & S_ISGID) ? UNIX_SET_GID : 0);
124 #ifdef S_ISGID
125 ret |= ((perms & UNIX_SET_GID) ? S_ISGID : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Ddosmode.c465 mask |= (S_ISUID | S_ISGID);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.h433 * For multiple groups support: if S_ISGID bit is set in the parent
435 * new subdirectory gets S_ISGID bit from parent.
439 ((pip)->i_d.di_mode & S_ISGID))
H A Dxfs_vnodeops.c336 if ((ip->i_d.di_mode & (S_ISUID|S_ISGID)) &&
338 ip->i_d.di_mode &= ~(S_ISUID|S_ISGID);
375 mode &= ~S_ISGID;
2816 * clear the S_ISGID bit if the Group execute bit is
2821 ip->i_d.di_mode &= ~S_ISGID;
H A Dxfs_inode.c1056 if ((pip->i_d.di_mode & S_ISGID) && (mode & S_IFMT) == S_IFDIR) {
1057 ip->i_d.di_mode |= S_ISGID;
1063 * ID or one of the supplementary group IDs, the S_ISGID bit is cleared
1067 (ip->i_d.di_mode & S_ISGID) &&
1069 ip->i_d.di_mode &= ~S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/9p/
H A Dvfs_inode.c85 if ((mode & S_ISGID) == S_ISGID)
130 res |= S_ISGID;
242 * new file system object. This checks the S_ISGID to determine the owning
250 if (dir_inode->i_mode & S_ISGID) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/ad/
H A Dad_ls.c422 if (MODE(S_ISGID)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtest.c442 i = S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/cramfs/
H A Dcramfsck.c202 if ((S_ISUID | S_ISGID) & i->mode) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Ddir.c408 if (inode->i_mode & S_ISGID)
442 if (inode->i_mode & S_ISGID)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dinode.c665 if (dip->i_inode.i_mode & S_ISGID) {
667 *mode |= S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dinode.c1547 if (dir && dir->i_mode & S_ISGID) {
1550 mode |= S_ISGID;
H A Dexec.c1221 if ((mode & (S_ISGID | S_IXGRP)) == (S_ISGID | S_IXGRP)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jffs2/
H A Dfs.c438 if (dir_i->i_mode & S_ISGID) {
441 mode |= S_ISGID;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dfile_io.c468 if (pair->src_st.st_mode & (S_ISUID | S_ISGID)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c322 legacy_modes = s.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dfile_io.c468 if (pair->src_st.st_mode & (S_ISUID | S_ISGID)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_ioctl.c1058 if ((ip->i_d.di_mode & (S_ISUID|S_ISGID)) &&
1060 ip->i_d.di_mode &= ~(S_ISUID|S_ISGID);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c425 iap->ia_mode &= ~S_ISGID;
1050 if (inode->i_mode & (S_ISUID | S_ISGID))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmove_extent.c956 if (donor_inode->i_mode & (S_ISUID|S_ISGID)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/tandem/
H A Dtandem.c673 (*fprogid == 1 ? (S_ISUID | S_ISGID) : 0) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tandem/
H A Dtandem.c673 (*fprogid == 1 ? (S_ISUID | S_ISGID) : 0) ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/unix/
H A Dunix.c403 legacy_modes = s.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO | S_ISUID | S_ISGID | S_ISVTX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dinode.c1368 ((flags & ICBTAG_FLAG_SETGID) ? S_ISGID : 0) |
1575 ((inode->i_mode & S_ISGID) ? ICBTAG_FLAG_SETGID : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfs.h1834 return (ino->i_mode & (S_ISGID | S_IXGRP)) == S_ISGID;

Completed in 848 milliseconds

123