Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Ddebug.c607 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir); in ubi_debugfs_init_dev()
609 d->dfs_chk_gen = debugfs_create_file("chk_gen", mode, d->dfs_dir, in ubi_debugfs_init_dev()
612 d->dfs_chk_io = debugfs_create_file("chk_io", mode, d->dfs_dir, in ubi_debugfs_init_dev()
616 d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
620 d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
624 mode, d->dfs_dir, in ubi_debugfs_init_dev()
629 mode, d->dfs_dir, in ubi_debugfs_init_dev()
634 mode, d->dfs_dir, in ubi_debugfs_init_dev()
639 mode, d->dfs_dir, in ubi_debugfs_init_dev()
643 mode, d->dfs_dir, in ubi_debugfs_init_dev()
[all …]
H A Dubi.h424 struct dentry *dfs_dir; member
/linux/tools/testing/selftests/net/lib/py/
H A Dnsim.py29 self.dfs_dir = "%s/ports/%u/" % (nsimdev.dfs_dir, port_index)
83 self.dfs_dir = "/sys/kernel/debug/netdevsim/netdevsim%u/" % addr
/linux/fs/ubifs/
H A Ddebug.c2840 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir); in dbg_debugfs_init_fs()
2843 d->dfs_dump_lprops = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2847 d->dfs_dump_budg = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2851 d->dfs_dump_tnc = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c, in dbg_debugfs_init_fs()
2856 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2860 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2864 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2868 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2872 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
2876 d->dfs_dir, c, &dfs_fops); in dbg_debugfs_init_fs()
[all …]
H A Ddebug.h108 struct dentry *dfs_dir; member
/linux/tools/testing/selftests/net/
H A Dbpf_offload.py358 path = os.path.join(self.dfs_dir, "bpf_bound_progs")
363 progs = DebugfsDir(os.path.join(self.dfs_dir, "bpf_bound_progs"))
383 self.dfs_dir = "%s/ports/%u/" % (nsimdev.dfs_dir, port_index)
393 self.dfs = DebugfsDir(self.dfs_dir)
397 path = os.path.join(self.dfs_dir, f)
/linux/include/linux/mtd/
H A Dmtd.h197 struct dentry *dfs_dir; member
/linux/drivers/mtd/
H A Dmtdcore.c112 debugfs_remove_recursive(mtd->dbg.dfs_dir); in mtd_device_release()
394 mtd->dbg.dfs_dir = debugfs_create_dir(dev_name(dev), dfs_dir_mtd); in mtd_debugfs_populate()
H A Dmtdswap.c1257 struct dentry *root = d->mtd->dbg.dfs_dir; in mtdswap_add_debugfs()
/linux/drivers/mtd/devices/
H A Ddocg3.c1727 struct dentry *root = floor->dbg.dfs_dir; in doc_dbg_register()
/linux/drivers/mtd/nand/raw/
H A Dnandsim.c502 struct dentry *root = nsmtd->dbg.dfs_dir; in ns_debugfs_create()
/linux/drivers/scsi/qla2xxx/
H A Dqla_def.h4630 struct dentry *dfs_dir; member