Symbol: S_IWGRP
arch/s390/kernel/debug.c
1349
mode &= ~(S_IWUSR | S_IWGRP | S_IWOTH);
drivers/char/tlclk.c
345
static DEVICE_ATTR(received_ref_clk3a, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
367
static DEVICE_ATTR(received_ref_clk3b, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
389
static DEVICE_ATTR(enable_clk3b_output, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
410
static DEVICE_ATTR(enable_clk3a_output, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
431
static DEVICE_ATTR(enable_clkb1_output, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
453
static DEVICE_ATTR(enable_clka1_output, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
474
static DEVICE_ATTR(enable_clkb0_output, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
495
static DEVICE_ATTR(enable_clka0_output, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
537
static DEVICE_ATTR(select_amcb2_transmit_clock, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
579
static DEVICE_ATTR(select_amcb1_transmit_clock, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
600
static DEVICE_ATTR(select_redundant_clock, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
621
static DEVICE_ATTR(select_ref_frequency, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
642
static DEVICE_ATTR(filter_select, (S_IWUSR|S_IWGRP), NULL, store_filter_select);
drivers/char/tlclk.c
662
static DEVICE_ATTR(hardware_switching_mode, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
683
static DEVICE_ATTR(hardware_switching, (S_IWUSR|S_IWGRP), NULL,
drivers/char/tlclk.c
703
static DEVICE_ATTR(refalign, (S_IWUSR|S_IWGRP), NULL, store_refalign);
drivers/char/tlclk.c
723
static DEVICE_ATTR(mode_select, (S_IWUSR|S_IWGRP), NULL, store_mode_select);
drivers/char/tlclk.c
743
static DEVICE_ATTR(reset, (S_IWUSR|S_IWGRP), NULL, store_reset);
drivers/char/tpm/tpm_ppi.c
386
static DEVICE_ATTR(request, S_IRUGO | S_IWUSR | S_IWGRP,
drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c
1903
~(S_IWUSR | S_IWGRP | S_IWOTH);
drivers/gpu/drm/amd/amdgpu/amdgpu_gmc.c
1352
~(S_IWUSR | S_IWGRP | S_IWOTH);
drivers/hid/hid-lg4ff.c
1050
static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_range_show, lg4ff_range_store);
drivers/hid/hid-lg4ff.c
937
static DEVICE_ATTR(alternate_modes, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_alternate_modes_show, lg4ff_alternate_modes_store);
drivers/hid/hid-lg4ff.c
989
static DEVICE_ATTR(combine_pedals, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_combine_show, lg4ff_combine_store);
drivers/hid/hid-logitech-hidpp.c
2788
static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, hidpp_ff_range_show, hidpp_ff_range_store);
drivers/hid/hid-prodikeys.c
119
static DEVICE_ATTR(channel, S_IRUGO | S_IWUSR | S_IWGRP , show_channel,
drivers/hid/hid-prodikeys.c
157
static DEVICE_ATTR(sustain, S_IRUGO | S_IWUSR | S_IWGRP, show_sustain,
drivers/hid/hid-prodikeys.c
195
static DEVICE_ATTR(octave, S_IRUGO | S_IWUSR | S_IWGRP, show_octave,
drivers/hid/hid-wiimote-core.c
1700
static DEVICE_ATTR(extension, S_IRUGO | S_IWUSR | S_IWGRP, wiimote_ext_show,
drivers/hid/hid-wiimote-modules.c
1859
static DEVICE_ATTR(pro_calib, S_IRUGO|S_IWUSR|S_IWGRP, wiimod_pro_calib_show,
drivers/hid/wacom_sys.c
13
#define DEV_ATTR_RW_PERM (S_IRUGO | S_IWUSR | S_IWGRP)
drivers/hid/wacom_sys.c
14
#define DEV_ATTR_WO_PERM (S_IWUSR | S_IWGRP)
drivers/input/misc/yealink.c
733
#define _M664 S_IRUGO|S_IWUSR|S_IWGRP
drivers/input/misc/yealink.c
734
#define _M220 S_IWUSR|S_IWGRP
drivers/media/usb/pvrusb2/pvrusb2-sysfs.c
352
cip->attr_val.attr.mode |= S_IWUSR|S_IWGRP;
drivers/media/usb/pvrusb2/pvrusb2-sysfs.c
353
cip->attr_custom.attr.mode |= S_IWUSR|S_IWGRP;
drivers/media/usb/pvrusb2/pvrusb2-sysfs.c
418
dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP;
drivers/mtd/devices/docg3.c
1547
__ATTR(f##id##_dps0_protection_key, S_IWUSR|S_IWGRP, NULL, dps0_insert_key), \
drivers/mtd/devices/docg3.c
1548
__ATTR(f##id##_dps1_protection_key, S_IWUSR|S_IWGRP, NULL, dps1_insert_key), \
drivers/power/supply/ab8500_fg.c
2915
__ATTR(powercut_flagtime, (S_IRUGO | S_IWUSR | S_IWGRP),
drivers/power/supply/ab8500_fg.c
2917
__ATTR(powercut_maxtime, (S_IRUGO | S_IWUSR | S_IWGRP),
drivers/power/supply/ab8500_fg.c
2919
__ATTR(powercut_restart_max, (S_IRUGO | S_IWUSR | S_IWGRP),
drivers/power/supply/ab8500_fg.c
2924
__ATTR(powercut_enable, (S_IRUGO | S_IWUSR | S_IWGRP),
drivers/power/supply/ab8500_fg.c
2927
__ATTR(powercut_debounce_time, (S_IRUGO | S_IWUSR | S_IWGRP),
drivers/rapidio/devices/rio_mport_cdev.c
96
module_param(dbg_level, uint, S_IWUSR | S_IWGRP | S_IRUGO);
drivers/scsi/pm8001/pm8001_ctl.c
889
static DEVICE_ATTR(update_fw, S_IRUGO|S_IWUSR|S_IWGRP,
drivers/video/backlight/sky81452-backlight.c
164
static DEVICE_ATTR(enable, S_IWGRP | S_IWUSR, NULL, sky81452_bl_store_enable);
drivers/video/fbdev/smscufx.c
1945
module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
drivers/video/fbdev/smscufx.c
1948
module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
drivers/video/fbdev/udlfb.c
1941
module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
drivers/video/fbdev/udlfb.c
1944
module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
drivers/video/fbdev/udlfb.c
1947
module_param(shadow, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
drivers/video/fbdev/udlfb.c
1950
module_param(pixel_limit, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
drivers/w1/w1.c
530
static W1_MASTER_ATTR_RW(max_slave_count, S_IRUGO | S_IWUSR | S_IWGRP);
drivers/w1/w1.c
535
static W1_MASTER_ATTR_RW(search, S_IRUGO | S_IWUSR | S_IWGRP);
drivers/w1/w1.c
536
static W1_MASTER_ATTR_RW(pullup, S_IRUGO | S_IWUSR | S_IWGRP);
drivers/w1/w1.c
537
static W1_MASTER_ATTR_RW(add, S_IRUGO | S_IWUSR | S_IWGRP);
drivers/w1/w1.c
538
static W1_MASTER_ATTR_RW(remove, S_IRUGO | S_IWUSR | S_IWGRP);
fs/fat/inode.c
1227
opts->allow_utime = result.uint_32 & (S_IWGRP | S_IWOTH);
fs/fat/inode.c
1584
opts->allow_utime = ~opts->fs_dmask & (S_IWGRP | S_IWOTH);
fs/orangefs/orangefs-utils.c
116
perm_mode |= S_IWGRP;
fs/orangefs/orangefs-utils.c
543
S_IXGRP, S_IWGRP, S_IRGRP,
fs/smb/client/inode.c
782
mode |= (wire & POSIX_W_GRP) ? S_IWGRP : 0;
include/linux/stat.h
12
#define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
kernel/params.c
668
if ((kp->perm & (S_IWUSR | S_IWGRP | S_IWOTH)) != 0)
samples/vfs/test-statx.c
137
stx->stx_mode & S_IWGRP ? 'w' : '-',
tools/perf/trace/beauty/mode_t.c
17
#define S_IWUGO (S_IWUSR|S_IWGRP|S_IWOTH)
tools/thermal/tmon/tmon.c
352
umask(S_IWGRP | S_IWOTH);