/linux-6.6.21/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-6.6.21/include/linux/ |
D | stat.h | 11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
/linux-6.6.21/tools/perf/trace/beauty/ |
D | mode_t.c | 14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
/linux-6.6.21/tools/include/uapi/linux/ |
D | stat.h | 40 #define S_IROTH 00004 macro
|
/linux-6.6.21/include/uapi/linux/ |
D | stat.h | 40 #define S_IROTH 00004 macro
|
/linux-6.6.21/tools/include/nolibc/ |
D | types.h | 55 #define S_IROTH 00004 macro
|
/linux-6.6.21/samples/vfs/ |
D | test-statx.c | 133 stx->stx_mode & S_IROTH ? 'r' : '-', in dump_statx()
|
/linux-6.6.21/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-6.6.21/fs/orangefs/ |
D | orangefs-utils.c | 111 perm_mode |= S_IROTH; in orangefs_inode_perms() 542 S_IXOTH, S_IWOTH, S_IROTH, in ORANGEFS_util_translate_mode()
|
/linux-6.6.21/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 | hid-logitech-hidpp.c | 2807 static DEVICE_ATTR(range, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH, hidpp_ff_range_show, hid…
|
/linux-6.6.21/kernel/ |
D | ucount.c | 52 mode = table->mode & S_IROTH; in set_permissions()
|
/linux-6.6.21/tools/accounting/ |
D | getdelays.c | 394 S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in main()
|
/linux-6.6.21/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-6.6.21/fs/affs/ |
D | inode.c | 104 if (inode->i_mode & S_IROTH) in affs_iget()
|
/linux-6.6.21/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-6.6.21/arch/x86/kernel/cpu/mce/ |
D | inject.c | 709 { .name = "README", .fops = &readme_fops, .perm = S_IRUSR | S_IRGRP | S_IROTH },
|
/linux-6.6.21/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-6.6.21/Documentation/filesystems/ext4/ |
D | inodes.rst | 190 - S_IROTH (Others may read)
|
/linux-6.6.21/arch/s390/kernel/ |
D | debug.c | 1191 mode &= ~(S_IRUSR | S_IRGRP | S_IROTH); in debug_register_view()
|
/linux-6.6.21/drivers/scsi/ |
D | hpsa.c | 919 static DEVICE_ATTR(hp_ssd_smart_path_status, S_IWUSR|S_IRUGO|S_IROTH,
|