Home
last modified time | relevance | path

Searched refs:dfs_dir (Results 1 – 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
Ddebug.c519 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 …]
Dubi.h430 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
Dqla_dfs.c547 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 …]
Dqla_def.h4385 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/fs/ubifs/
Ddebug.c2833 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 …]
Ddebug.h107 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_offload.py373 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/
Dmtd.h192 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/drivers/mtd/
Dmtdcore.c406 mtd->dbg.dfs_dir = root; in mtd_debugfs_populate()
776 debugfs_remove_recursive(mtd->dbg.dfs_dir); in del_mtd_device()
Dmtdswap.c1259 struct dentry *root = d->mtd->dbg.dfs_dir; in mtdswap_add_debugfs()
/kernel/linux/linux-5.10/drivers/mtd/devices/
Ddocg3.c1719 struct dentry *root = floor->dbg.dfs_dir; in doc_dbg_register()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
Dnandsim.c500 struct dentry *root = nsmtd->dbg.dfs_dir; in ns_debugfs_create()