Home
last modified time | relevance | path

Searched refs:S_IRGRP (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/crypto/nx/
H A Dnx_debugfs.c40 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 Dima_fs.c409 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()
532 S_IRUSR | S_IRGRP, ima_dir, NULL, in ima_fs_init()
539 dentry = securityfs_create_file("violations", S_IRUSR | S_IRGRP, in ima_fs_init()
/linux/include/linux/
H A Dstat.h11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/linux/tools/perf/trace/beauty/
H A Dmode_t.c14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/linux/tools/include/uapi/linux/
H A Dstat.h35 #define S_IRGRP 00040 macro
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dstat.h35 #define S_IRGRP 00040 macro
/linux/include/uapi/linux/
H A Dstat.h35 #define S_IRGRP 00040 macro
/linux/tools/include/nolibc/
H A Dtypes.h53 #define S_IRGRP 00040 macro
/linux/samples/vfs/
H A Dtest-statx.c130 stx->stx_mode & S_IRGRP ? 'r' : '-', in dump_statx()
/linux/drivers/macintosh/
H A Dtherm_adt746x.c405 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 Dorangefs-utils.c118 perm_mode |= S_IRGRP; in orangefs_inode_perms()
543 S_IXGRP, S_IWGRP, S_IRGRP, in ORANGEFS_util_translate_mode()
/linux/drivers/video/fbdev/
H A Dudlfb.c1941 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 Dsmscufx.c1941 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/hid/
H A Dhid-lg4ff.c937 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_…
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c4030 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_curve_visible()
4088 umode |= S_IRUSR | S_IRGRP | S_IROTH; in acoustic_limit_threshold_visible()
4148 umode |= S_IRUSR | S_IRGRP | S_IROTH; in acoustic_target_threshold_visible()
4209 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_target_temperature_visible()
4268 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_minimum_pwm_visible()
4322 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_zero_rpm_enable_visible()
4379 umode |= S_IRUSR | S_IRGRP | S_IROTH; in fan_zero_rpm_stop_temp_visible()
/linux/tools/accounting/
H A Dgetdelays.c444 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
/linux/arch/sparc/kernel/
H A Dvio.c197 static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH,
H A Dpci.c599 static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH, show_pciobppath_attr, NULL);
/linux/fs/affs/
H A Dinode.c102 if (inode->i_mode & S_IRGRP) in affs_iget()
/linux/drivers/power/supply/
H A Dpower_supply_sysfs.c464 umode_t mode = S_IRUSR | S_IRGRP | S_IROTH; in power_supply_attr_is_visible()
/linux/arch/x86/kernel/cpu/mce/
H A Dinject.c713 { .name = "README", .fops = &readme_fops, .perm = S_IRUSR | S_IRGRP | S_IROTH },
/linux/fs/tracefs/
H A Dinode.c684 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
/linux/drivers/media/pci/netup_unidvb/
H A Dnetup_unidvb_core.c32 module_param(spi_enable, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
/linux/Documentation/filesystems/ext4/
H A Dinodes.rst196 - S_IRGRP (Group members may read)
/linux/arch/s390/kernel/
H A Ddebug.c1349 mode &= ~(S_IRUSR | S_IRGRP | S_IROTH); in debug_register_view()

12