Searched refs:S_IRUSR (Results 1 - 25 of 155) sorted by relevance

1234567

/linux-master/drivers/crypto/nx/
H A Dnx_debugfs.c40 debugfs_create_u32("aes_ops", S_IRUSR | S_IRGRP | S_IROTH,
42 debugfs_create_u32("sha256_ops", S_IRUSR | S_IRGRP | S_IROTH,
44 debugfs_create_u32("sha512_ops", S_IRUSR | S_IRGRP | S_IROTH,
46 debugfs_create_u64("aes_bytes", S_IRUSR | S_IRGRP | S_IROTH,
48 debugfs_create_u64("sha256_bytes", S_IRUSR | S_IRGRP | S_IROTH,
50 debugfs_create_u64("sha512_bytes", S_IRUSR | S_IRGRP | S_IROTH,
52 debugfs_create_u32("errors", S_IRUSR | S_IRGRP | S_IROTH,
54 debugfs_create_u32("last_error", S_IRUSR | S_IRGRP | S_IROTH,
56 debugfs_create_u32("last_error_pid", S_IRUSR | S_IRGRP | S_IROTH,
/linux-master/drivers/misc/cxl/
H A Ddebugfs.c38 debugfs_create_io_x64("fir1", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL9_FIR1));
41 debugfs_create_io_x64("fir_cntl", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL9_FIR_CNTL));
42 debugfs_create_io_x64("trace", S_IRUSR | S_IWUSR, dir, _cxl_p1_addr(adapter, CXL_PSL9_TRACECFG));
51 debugfs_create_io_x64("fir1", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR1));
52 debugfs_create_io_x64("fir2", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR2));
53 debugfs_create_io_x64("fir_cntl", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_FIR_CNTL));
54 debugfs_create_io_x64("trace", S_IRUSR | S_IWUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_TRACE));
69 debugfs_create_io_x64("err_ivte", S_IRUSR, dir, _cxl_p1_addr(adapter, CXL_PSL_ErrIVTE));
82 debugfs_create_io_x64("serr", S_IRUSR, dir, _cxl_p1n_addr(afu, CXL_PSL_SERR_An));
87 debugfs_create_io_x64("sstp0", S_IRUSR, di
[all...]
/linux-master/drivers/xen/xenfs/
H A Dsuper.c50 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR },
52 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR },
57 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR },
59 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR },
60 { "xsd_kva", &xsd_kva_file_ops, S_IRUSR|S_IWUSR},
61 { "xsd_port", &xsd_port_file_ops, S_IRUSR|S_IWUSR},
63 { "xensyms", &xensyms_ops, S_IRUSR},
/linux-master/init/
H A Dnoinitramfs.c27 err = init_mknod("/dev/console", S_IFCHR | S_IRUSR | S_IWUSR,
/linux-master/arch/sh/mm/
H A Dcache-debugfs.c101 debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir,
103 debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir,
H A Dasids-debugfs.c55 debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, NULL,
H A Dtlb-debugfs.c152 debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir,
154 debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir,
/linux-master/drivers/misc/mei/
H A Ddebugfs.c186 debugfs_create_file("meclients", S_IRUSR, dir, dev,
188 debugfs_create_file("active", S_IRUSR, dir, dev,
190 debugfs_create_file("devstate", S_IRUSR, dir, dev,
192 debugfs_create_file("allow_fixed_address", S_IRUSR | S_IWUSR, dir,
/linux-master/drivers/ras/
H A Ddebugfs.c53 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir,
/linux-master/fs/proc/
H A Dkmsg.c60 proc_create("kmsg", S_IRUSR, NULL, &kmsg_proc_ops);
H A Dpage.c335 proc_create("kpagecount", S_IRUSR, NULL, &kpagecount_proc_ops);
336 proc_create("kpageflags", S_IRUSR, NULL, &kpageflags_proc_ops);
338 proc_create("kpagecgroup", S_IRUSR, NULL, &kpagecgroup_proc_ops);
/linux-master/include/linux/
H A Dstat.h11 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/linux-master/drivers/sh/intc/
H A Duserimask.c58 static DEVICE_ATTR(userimask, S_IRUSR | S_IWUSR,
/linux-master/arch/x86/kernel/cpu/mce/
H A Dinject.c699 { .name = "status", .fops = &status_fops, .perm = S_IRUSR | S_IWUSR },
700 { .name = "misc", .fops = &misc_fops, .perm = S_IRUSR | S_IWUSR },
701 { .name = "addr", .fops = &addr_fops, .perm = S_IRUSR | S_IWUSR },
702 { .name = "synd", .fops = &synd_fops, .perm = S_IRUSR | S_IWUSR },
703 { .name = "ipid", .fops = &ipid_fops, .perm = S_IRUSR | S_IWUSR },
704 { .name = "bank", .fops = &bank_fops, .perm = S_IRUSR | S_IWUSR },
705 { .name = "flags", .fops = &flags_fops, .perm = S_IRUSR | S_IWUSR },
706 { .name = "cpu", .fops = &extcpu_fops, .perm = S_IRUSR | S_IWUSR },
707 { .name = "README", .fops = &readme_fops, .perm = S_IRUSR | S_IRGRP | S_IROTH },
/linux-master/drivers/acpi/apei/
H A Deinj-core.c783 debugfs_create_file("available_error_type", S_IRUSR, einj_debug_dir,
812 debugfs_create_x32("flags", S_IRUSR | S_IWUSR, einj_debug_dir,
814 debugfs_create_x64("param1", S_IRUSR | S_IWUSR, einj_debug_dir,
816 debugfs_create_x64("param2", S_IRUSR | S_IWUSR, einj_debug_dir,
818 debugfs_create_x64("param3", S_IRUSR | S_IWUSR, einj_debug_dir,
820 debugfs_create_x64("param4", S_IRUSR | S_IWUSR, einj_debug_dir,
822 debugfs_create_x32("notrigger", S_IRUSR | S_IWUSR,
829 debugfs_create_blob("vendor", S_IRUSR, einj_debug_dir,
831 debugfs_create_x32("vendor_flags", S_IRUSR | S_IWUSR,
/linux-master/drivers/misc/ibmasm/
H A Dibmasmfs.c591 ibmasmfs_create_file(dir, "command", &command_fops, sp, S_IRUSR|S_IWUSR);
592 ibmasmfs_create_file(dir, "event", &event_fops, sp, S_IRUSR|S_IWUSR);
593 ibmasmfs_create_file(dir, "reverse_heartbeat", &r_heartbeat_fops, sp, S_IRUSR|S_IWUSR);
599 ibmasmfs_create_file(remote_dir, "width", &remote_settings_fops, (void *)display_width(sp), S_IRUSR|S_IWUSR);
600 ibmasmfs_create_file(remote_dir, "height", &remote_settings_fops, (void *)display_height(sp), S_IRUSR|S_IWUSR);
601 ibmasmfs_create_file(remote_dir, "depth", &remote_settings_fops, (void *)display_depth(sp), S_IRUSR|S_IWUSR);
/linux-master/drivers/gpu/drm/i915/
H A Di915_sysfs.c141 .attr = {.name = "l3_parity", .mode = (S_IRUSR | S_IWUSR)},
150 .attr = {.name = "l3_parity_slice_1", .mode = (S_IRUSR | S_IWUSR)},
/linux-master/tools/perf/trace/beauty/
H A Dmode_t.c14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
/linux-master/drivers/scsi/esas2r/
H A Desas2r_log.c68 module_param(event_log_level, long, S_IRUGO | S_IRUSR);
/linux-master/lib/
H A Dnotifier-error-inject.c54 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR;
/linux-master/drivers/mmc/core/
H A Ddebugfs.c354 debugfs_create_file("ios", S_IRUSR, root, host, &mmc_ios_fops);
358 debugfs_create_file_unsafe("clock", S_IRUSR | S_IWUSR, root, host,
391 debugfs_create_x32("state", S_IRUSR, root, &card->state);
/linux-master/drivers/infiniband/hw/ocrdma/
H A Docrdma_stats.c770 debugfs_create_file("resource_stats", S_IRUSR, dev->dir,
775 debugfs_create_file("rx_stats", S_IRUSR, dev->dir, &dev->rx_stats,
780 debugfs_create_file("wqe_stats", S_IRUSR, dev->dir, &dev->wqe_stats,
785 debugfs_create_file("tx_stats", S_IRUSR, dev->dir, &dev->tx_stats,
790 debugfs_create_file("db_err_stats", S_IRUSR, dev->dir,
795 debugfs_create_file("tx_qp_err_stats", S_IRUSR, dev->dir,
800 debugfs_create_file("rx_qp_err_stats", S_IRUSR, dev->dir,
805 debugfs_create_file("tx_dbg_stats", S_IRUSR, dev->dir,
810 debugfs_create_file("rx_dbg_stats", S_IRUSR, dev->dir,
815 debugfs_create_file("driver_dbg_stats", S_IRUSR, de
[all...]
/linux-master/fs/ocfs2/
H A Dblockcheck.c248 debugfs_create_file("blocks_checked", S_IFREG | S_IRUSR, dir,
251 debugfs_create_file("checksums_failed", S_IFREG | S_IRUSR, dir,
254 debugfs_create_file("ecc_recoveries", S_IFREG | S_IRUSR, dir,
/linux-master/drivers/firmware/efi/
H A Drci2-table.c51 static BIN_ATTR(rci2, S_IRUSR, raw_table_read, NULL, 0);
/linux-master/drivers/power/supply/
H A Dbq27xxx_battery_hdq.c25 module_param(F_ID, int, S_IRUSR);

Completed in 301 milliseconds

1234567