/Linux-v6.6/drivers/crypto/nx/ |
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-v6.6/security/integrity/ima/ |
D | ima_fs.c | 470 S_IRUSR | S_IRGRP, ima_dir, NULL, in ima_fs_init() 479 S_IRUSR | S_IRGRP, ima_dir, NULL, in ima_fs_init() 488 S_IRUSR | S_IRGRP, ima_dir, NULL, in ima_fs_init() 496 securityfs_create_file("violations", S_IRUSR | S_IRGRP, in ima_fs_init()
|
/Linux-v6.6/include/linux/ |
D | stat.h | 11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
/Linux-v6.6/tools/perf/trace/beauty/ |
D | mode_t.c | 14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | stat.h | 35 #define S_IRGRP 00040 macro
|
/Linux-v6.6/include/uapi/linux/ |
D | stat.h | 35 #define S_IRGRP 00040 macro
|
/Linux-v6.6/tools/include/nolibc/ |
D | types.h | 50 #define S_IRGRP 00040 macro
|
/Linux-v6.6/samples/vfs/ |
D | test-statx.c | 130 stx->stx_mode & S_IRGRP ? 'r' : '-', in dump_statx()
|
/Linux-v6.6/drivers/macintosh/ |
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-v6.6/fs/orangefs/ |
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-v6.6/drivers/hid/ |
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_…
|
D | wacom_sys.c | 15 #define DEV_ATTR_RO_PERM (S_IRUSR | S_IRGRP)
|
D | hid-logitech-hidpp.c | 2808 static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, hidpp_ff_range_show, hid…
|
/Linux-v6.6/drivers/video/fbdev/ |
D | udlfb.c | 1984 module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1987 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1990 module_param(shadow, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1993 module_param(pixel_limit, int, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
|
D | smscufx.c | 1980 module_param(console, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP); 1983 module_param(fb_defio, bool, S_IWUSR | S_IRUSR | S_IWGRP | S_IRGRP);
|
/Linux-v6.6/tools/accounting/ |
D | getdelays.c | 394 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
|
/Linux-v6.6/drivers/power/supply/ |
D | power_supply_sysfs.c | 364 umode_t mode = S_IRUSR | S_IRGRP | S_IROTH; in power_supply_attr_is_visible()
|
/Linux-v6.6/arch/sparc/kernel/ |
D | vio.c | 197 static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH,
|
D | pci.c | 599 static DEVICE_ATTR(obppath, S_IRUSR | S_IRGRP | S_IROTH, show_pciobppath_attr, NULL);
|
/Linux-v6.6/fs/affs/ |
D | inode.c | 102 if (inode->i_mode & S_IRGRP) in affs_iget()
|
/Linux-v6.6/arch/x86/kernel/cpu/mce/ |
D | inject.c | 709 { .name = "README", .fops = &readme_fops, .perm = S_IRUSR | S_IRGRP | S_IROTH },
|
/Linux-v6.6/fs/tracefs/ |
D | inode.c | 643 inode->i_mode = S_IFDIR | S_IRWXU | S_IRUSR| S_IRGRP | S_IXUSR | S_IXGRP; in __create_dir()
|
/Linux-v6.6/drivers/media/pci/netup_unidvb/ |
D | netup_unidvb_core.c | 32 module_param(spi_enable, int, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
|
/Linux-v6.6/Documentation/filesystems/ext4/ |
D | inodes.rst | 196 - S_IRGRP (Group members may read)
|
/Linux-v6.6/arch/s390/kernel/ |
D | debug.c | 1191 mode &= ~(S_IRUSR | S_IRGRP | S_IROTH); in debug_register_view()
|