| /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/drivers/xen/xenfs/ |
| H A D | super.c | 50 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 52 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 57 [2] = { "xenbus", &xen_xenbus_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 59 { "privcmd", &xen_privcmd_fops, S_IRUSR|S_IWUSR }, in xenfs_fill_super() 60 { "xsd_kva", &xsd_kva_file_ops, S_IRUSR|S_IWUSR}, in xenfs_fill_super() 61 { "xsd_port", &xsd_port_file_ops, S_IRUSR|S_IWUSR}, in xenfs_fill_super() 63 { "xensyms", &xensyms_ops, S_IRUSR}, in xenfs_fill_super()
|
| /linux/drivers/misc/mei/ |
| H A D | debugfs.c | 186 debugfs_create_file("meclients", S_IRUSR, dir, dev, in mei_dbgfs_register() 188 debugfs_create_file("active", S_IRUSR, dir, dev, in mei_dbgfs_register() 190 debugfs_create_file("devstate", S_IRUSR, dir, dev, in mei_dbgfs_register() 192 debugfs_create_file("allow_fixed_address", S_IRUSR | S_IWUSR, dir, in mei_dbgfs_register()
|
| /linux/arch/sh/mm/ |
| H A D | cache-debugfs.c | 101 debugfs_create_file("dcache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init() 103 debugfs_create_file("icache", S_IRUSR, arch_debugfs_dir, in cache_debugfs_init()
|
| H A D | tlb-debugfs.c | 152 debugfs_create_file("itlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init() 154 debugfs_create_file("utlb", S_IRUSR, arch_debugfs_dir, in tlb_debugfs_init()
|
| H A D | asids-debugfs.c | 55 debugfs_create_file("asids", S_IRUSR, arch_debugfs_dir, NULL, in asids_debugfs_init()
|
| /linux/drivers/misc/ibmasm/ |
| H A D | ibmasmfs.c | 585 ibmasmfs_create_file(dir, "command", &command_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 586 ibmasmfs_create_file(dir, "event", &event_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 587 ibmasmfs_create_file(dir, "reverse_heartbeat", &r_heartbeat_fops, sp, S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 593 …reate_file(remote_dir, "width", &remote_settings_fops, (void *)display_width(sp), S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 594 …ate_file(remote_dir, "height", &remote_settings_fops, (void *)display_height(sp), S_IRUSR|S_IWUSR); in ibmasmfs_create_files() 595 …reate_file(remote_dir, "depth", &remote_settings_fops, (void *)display_depth(sp), S_IRUSR|S_IWUSR); in ibmasmfs_create_files()
|
| /linux/fs/proc/ |
| H A D | base.c | 2331 ((mode & FMODE_READ ) ? S_IRUSR : 0) | in proc_map_files_instantiate() 3311 DIR("fd", S_IRUSR|S_IXUSR, proc_fd_inode_operations, proc_fd_operations), 3312 DIR("map_files", S_IRUSR|S_IXUSR, proc_map_files_inode_operations, proc_map_files_operations), 3314 DIR("ns", S_IRUSR|S_IXUGO, proc_ns_dir_inode_operations, proc_ns_dir_operations), 3318 REG("environ", S_IRUSR, proc_environ_operations), 3319 REG("auxv", S_IRUSR, proc_auxv_operations), 3321 ONE("personality", S_IRUSR, proc_pid_personality), 3332 ONE("syscall", S_IRUSR, proc_pid_syscall), 3341 REG("mem", S_IRUSR|S_IWUSR, proc_mem_operations), 3347 REG("mountstats", S_IRUSR, proc_mountstats_operations), [all …]
|
| H A D | page.c | 292 proc_create("kpagecount", S_IRUSR, NULL, &kpagecount_proc_ops); in proc_page_init() 293 proc_create("kpageflags", S_IRUSR, NULL, &kpageflags_proc_ops); in proc_page_init() 295 proc_create("kpagecgroup", S_IRUSR, NULL, &kpagecgroup_proc_ops); in proc_page_init()
|
| H A D | kmsg.c | 60 proc_create("kmsg", S_IRUSR, NULL, &kmsg_proc_ops); in proc_kmsg_init()
|
| /linux/drivers/video/fbdev/via/ |
| H A D | viafbdev.c | 2074 module_param(viafb_mode, charp, S_IRUSR); 2077 module_param(viafb_mode1, charp, S_IRUSR); 2080 module_param(viafb_bpp, int, S_IRUSR); 2083 module_param(viafb_bpp1, int, S_IRUSR); 2086 module_param(viafb_refresh, int, S_IRUSR); 2090 module_param(viafb_refresh1, int, S_IRUSR); 2094 module_param(viafb_lcd_panel_id, int, S_IRUSR); 2098 module_param(viafb_lcd_dsp_method, int, S_IRUSR); 2102 module_param(viafb_SAMM_ON, int, S_IRUSR); 2106 module_param(viafb_accel, int, S_IRUSR); [all …]
|
| /linux/drivers/infiniband/hw/ocrdma/ |
| H A D | ocrdma_stats.c | 770 debugfs_create_file("resource_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 775 debugfs_create_file("rx_stats", S_IRUSR, dev->dir, &dev->rx_stats, in ocrdma_add_port_stats() 780 debugfs_create_file("wqe_stats", S_IRUSR, dev->dir, &dev->wqe_stats, in ocrdma_add_port_stats() 785 debugfs_create_file("tx_stats", S_IRUSR, dev->dir, &dev->tx_stats, in ocrdma_add_port_stats() 790 debugfs_create_file("db_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 795 debugfs_create_file("tx_qp_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 800 debugfs_create_file("rx_qp_err_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 805 debugfs_create_file("tx_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 810 debugfs_create_file("rx_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats() 815 debugfs_create_file("driver_dbg_stats", S_IRUSR, dev->dir, in ocrdma_add_port_stats()
|
| /linux/drivers/acpi/apei/ |
| H A D | einj-core.c | 1070 debugfs_create_file("available_error_type", S_IRUSR, einj_debug_dir, in einj_probe() 1099 debugfs_create_x32("flags", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 1101 debugfs_create_x64("param1", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 1103 debugfs_create_x64("param2", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 1105 debugfs_create_x64("param3", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 1107 debugfs_create_x64("param4", S_IRUSR | S_IWUSR, einj_debug_dir, in einj_probe() 1109 debugfs_create_x32("notrigger", S_IRUSR | S_IWUSR, in einj_probe() 1118 debugfs_create_blob("vendor", S_IRUSR, einj_debug_dir, in einj_probe() 1120 debugfs_create_x32("vendor_flags", S_IRUSR | S_IWUSR, in einj_probe()
|
| /linux/init/ |
| H A D | noinitramfs.c | 27 err = init_mknod("/dev/console", S_IFCHR | S_IRUSR | S_IWUSR, in default_rootfs()
|
| /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/fs/ocfs2/ |
| H A D | blockcheck.c | 248 debugfs_create_file("blocks_checked", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install() 251 debugfs_create_file("checksums_failed", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install() 254 debugfs_create_file("ecc_recoveries", S_IFREG | S_IRUSR, dir, in ocfs2_blockcheck_debug_install()
|
| H A D | filecheck.c | 80 __ATTR(check, S_IRUSR | S_IWUSR, 84 __ATTR(fix, S_IRUSR | S_IWUSR, 88 __ATTR(set, S_IRUSR | S_IWUSR,
|
| /linux/drivers/firmware/ |
| H A D | qemu_fw_cfg.c | 309 .attr = { .name = "rev", .mode = S_IRUSR }, 401 .attr = { .name = __stringify(_attr), .mode = S_IRUSR }, \ 478 .attr = { .name = "raw", .mode = S_IRUSR }, 905 device_param_cb(ioport, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR); 906 device_param_cb(mmio, &fw_cfg_cmdline_param_ops, NULL, S_IRUSR);
|
| /linux/drivers/hid/ |
| H A D | hid-wiimote-debug.c | 183 dbg->eeprom = debugfs_create_file("eeprom", S_IRUSR, in wiidebug_init() 186 dbg->drm = debugfs_create_file("drm", S_IRUSR, in wiidebug_init()
|
| /linux/drivers/ras/ |
| H A D | debugfs.c | 53 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir, in ras_add_daemon_trace()
|
| /linux/drivers/sh/intc/ |
| H A D | userimask.c | 61 static DEVICE_ATTR(userimask, S_IRUSR | S_IWUSR,
|
| /linux/kernel/locking/ |
| H A D | lockdep_proc.c | 719 proc_create_seq("lockdep", S_IRUSR, NULL, &lockdep_ops); in lockdep_proc_init() 721 proc_create_seq("lockdep_chains", S_IRUSR, NULL, &lockdep_chains_ops); in lockdep_proc_init() 723 proc_create_single("lockdep_stats", S_IRUSR, NULL, lockdep_stats_show); in lockdep_proc_init() 725 proc_create("lock_stat", S_IRUSR | S_IWUSR, NULL, &lock_stat_proc_ops); in lockdep_proc_init()
|
| /linux/tools/perf/trace/beauty/ |
| H A D | mode_t.c | 14 #define S_IRUGO (S_IRUSR|S_IRGRP|S_IROTH)
|
| /linux/lib/ |
| H A D | notifier-error-inject.c | 54 umode_t mode = S_IFREG | S_IRUSR | S_IWUSR; in notifier_err_inject_init()
|
| /linux/fs/nfsd/ |
| H A D | nfsctl.c | 1289 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1291 &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1292 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1293 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1294 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1298 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1303 [NFSD_Leasetime] = {"nfsv4leasetime", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1304 [NFSD_Gracetime] = {"nfsv4gracetime", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super() 1306 [NFSD_RecoveryDir] = {"nfsv4recoverydir", &transaction_ops, S_IWUSR|S_IRUSR}, in nfsd_fill_super()
|