| /linux/drivers/crypto/nx/ |
| H A D | nx_debugfs.c | 40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 46 debugfs_create_u64("aes_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 48 debugfs_create_u64("sha256_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 50 debugfs_create_u64("sha512_bytes", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init() 56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH, in nx_debugfs_init()
|
| /linux/security/integrity/ima/ |
| H A D | ima_fs.c | 409 dentry = securityfs_create_file(file_name, S_IRUSR | S_IRGRP, in create_securityfs_measurement_lists() 417 dentry = securityfs_create_file(file_name, S_IRUSR | S_IRGRP, in create_securityfs_measurement_lists() 538 S_IRUSR | S_IRGRP, ima_dir, NULL, in ima_fs_init() 545 dentry = securityfs_create_file("violations", S_IRUSR | S_IRGRP, in ima_fs_init()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
| /linux/include/uapi/linux/ |
| H A D | stat.h | 35 #define S_IRGRP 00040 macro
|
| /linux/tools/include/uapi/linux/ |
| H A D | stat.h | 35 #define S_IRGRP 00040 macro
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | stat.h | 35 #define S_IRGRP 00040 macro
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 53 #define S_IRGRP 00040 macro
|
| /linux/samples/vfs/ |
| H A D | test-statx.c | 136 stx->stx_mode & S_IRGRP ? 'r' : '-', in dump_statx()
|
| /linux/drivers/macintosh/ |
| H A D | therm_adt746x.c | 405 static DEVICE_ATTR(specified_fan_speed, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH, 413 static DEVICE_ATTR(limit_adjust, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH,
|
| /linux/fs/orangefs/ |
| H A D | orangefs-utils.c | 118 perm_mode |= S_IRGRP; in orangefs_inode_perms() 543 S_IXGRP, S_IWGRP, S_IRGRP, in ORANGEFS_util_translate_mode()
|
| /linux/drivers/hid/ |
| H A D | hid-lg4ff.c | 937 static DEVICE_ATTR(alternate_modes, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_alternat… 989 static DEVICE_ATTR(combine_pedals, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_combine_s… 1050 static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, lg4ff_range_show, lg4ff_…
|
| H A D | wacom_sys.c | 15 #define DEV_ATTR_RO_PERM (S_IRUSR | S_IRGRP)
|
| H A D | hid-logitech-hidpp.c | 2788 static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, hidpp_ff_range_show, hid…
|
| /linux/drivers/video/fbdev/ |
| H A D | udlfb.c | 1941 module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1944 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1947 module_param(shadow, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1950 module_param(pixel_limit, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
|
| H A D | smscufx.c | 1941 module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1944 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
|
| /linux/drivers/gpu/drm/amd/pm/ |
| H A D | amdgpu_pm.c | 4039 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_curve_visible() 4097 umode |= S_IRUSR | S_IRGRP | S_IROTH; in acoustic_limit_threshold_visible() 4157 umode |= S_IRUSR | S_IRGRP | S_IROTH; in acoustic_target_threshold_visible() 4218 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_target_temperature_visible() 4277 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_minimum_pwm_visible() 4331 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_zero_rpm_enable_visible() 4388 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_zero_rpm_stop_temp_visible()
|
| /linux/tools/accounting/ |
| H A D | getdelays.c | 444 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
|
| /linux/fs/affs/ |
| H A D | inode.c | 102 if (inode->i_mode & S_IRGRP) in affs_iget()
|
| /linux/fs/tracefs/ |
| H A D | inode.c | 683 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|
| /linux/arch/sparc/kernel/ |
| H A D | pci.c | 622 static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH, show_pciobppath_attr, NULL);
|
| /linux/drivers/media/pci/netup_unidvb/ |
| H A D | netup_unidvb_core.c | 32 module_param(spi_enable, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
|
| /linux/fs/smb/client/ |
| H A D | inode.c | 788 mode |= (wire & POSIX_R_GRP) ? S_IRGRP : 0; in wire_perms_to_posix()
|