S_IWGRP 401 fs/affs/amigaffs.c mode |= S_IWGRP; S_IWGRP 432 fs/affs/amigaffs.c if (mode & S_IWGRP) S_IWGRP 1035 fs/fat/inode.c opts->allow_utime = option & (S_IWGRP | S_IWOTH); S_IWGRP 1127 fs/fat/inode.c opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH); S_IWGRP 619 fs/hostfs/hostfs_kern.c mode & S_IRGRP, mode & S_IWGRP, mode & S_IXGRP, S_IWGRP 225 fs/hostfs/hostfs_user.c mode |= gw ? S_IWGRP : 0; S_IWGRP 1105 fs/smbfs/proc.c if (!(ino->i_mode & (S_IWUSR | S_IWGRP | S_IWOTH))) S_IWGRP 1844 fs/smbfs/proc.c fattr->f_mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH); S_IWGRP 53 include/linux/stat.h #define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)