/kernel/linux/linux-5.10/drivers/mtd/ubi/ |
D | debug.c | 519 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir); in ubi_debugfs_init_dev() 521 d->dfs_chk_gen = debugfs_create_file("chk_gen", S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev() 524 d->dfs_chk_io = debugfs_create_file("chk_io", S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev() 528 d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 532 d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev() 536 S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev() 541 S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev() 546 S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev() 551 S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev() 555 S_IWUSR, d->dfs_dir, in ubi_debugfs_init_dev() [all …]
|
D | ubi.h | 430 struct dentry *dfs_dir; member
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
D | qla_dfs.c | 547 if (ha->dfs_dir) in qla2x00_dfs_setup() 551 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root); in qla2x00_dfs_setup() 557 S_IRUSR, ha->dfs_dir, vha, &qla_dfs_fw_resource_cnt_fops); in qla2x00_dfs_setup() 560 ha->dfs_dir, vha, &qla_dfs_tgt_counters_fops); in qla2x00_dfs_setup() 563 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_port_database_fops); in qla2x00_dfs_setup() 565 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup() 569 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_sess_fops); in qla2x00_dfs_setup() 573 0400, ha->dfs_dir, vha, &dfs_naqp_ops); in qla2x00_dfs_setup() 580 vha->dfs_rport_root = debugfs_create_dir("rports", ha->dfs_dir); in qla2x00_dfs_setup() 630 if (ha->dfs_dir) { in qla2x00_dfs_remove() [all …]
|
D | qla_def.h | 4385 struct dentry *dfs_dir; member
|
/kernel/linux/linux-5.10/fs/ubifs/ |
D | debug.c | 2833 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs() 2836 d->dfs_dump_lprops = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2840 d->dfs_dump_budg = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2844 d->dfs_dump_tnc = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs() 2849 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2853 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2857 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2861 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2865 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() 2869 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs() [all …]
|
D | debug.h | 107 struct dentry *dfs_dir; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_offload.py | 373 self.dfs_dir = "/sys/kernel/debug/netdevsim/netdevsim%u/" % addr 403 path = os.path.join(self.dfs_dir, "bpf_bound_progs") 408 progs = DebugfsDir(os.path.join(self.dfs_dir, "bpf_bound_progs")) 440 self.dfs_dir = "%s/ports/%u/" % (nsimdev.dfs_dir, port_index) 451 self.dfs = DebugfsDir(self.dfs_dir) 455 path = os.path.join(self.dfs_dir, f)
|
/kernel/linux/linux-5.10/include/linux/mtd/ |
D | mtd.h | 192 struct dentry *dfs_dir; member
|
/kernel/linux/linux-5.10/drivers/mtd/ |
D | mtdcore.c | 406 mtd->dbg.dfs_dir = root; in mtd_debugfs_populate() 776 debugfs_remove_recursive(mtd->dbg.dfs_dir); in del_mtd_device()
|
D | mtdswap.c | 1259 struct dentry *root = d->mtd->dbg.dfs_dir; in mtdswap_add_debugfs()
|
/kernel/linux/linux-5.10/drivers/mtd/devices/ |
D | docg3.c | 1719 struct dentry *root = floor->dbg.dfs_dir; in doc_dbg_register()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
D | nandsim.c | 500 struct dentry *root = nsmtd->dbg.dfs_dir; in ns_debugfs_create()
|