Home
last modified time | relevance | path

Searched refs:dfs_dir (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A 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...]
H A Dubi.h407 * @dfs_dir: direntry object of the UBI device debugfs directory
430 struct dentry *dfs_dir; member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Ddebug.c520 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir); in ubi_debugfs_init_dev()
522 d->dfs_chk_gen = debugfs_create_file("chk_gen", mode, d->dfs_dir, in ubi_debugfs_init_dev()
525 d->dfs_chk_io = debugfs_create_file("chk_io", mode, d->dfs_dir, in ubi_debugfs_init_dev()
529 d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
533 d->dfs_dir, (void *)ubi_num, in ubi_debugfs_init_dev()
537 mode, d->dfs_dir, in ubi_debugfs_init_dev()
542 mode, d->dfs_dir, in ubi_debugfs_init_dev()
547 mode, d->dfs_dir, in ubi_debugfs_init_dev()
552 mode, d->dfs_dir, in ubi_debugfs_init_dev()
556 mode, d->dfs_dir, in ubi_debugfs_init_dev()
[all...]
H A Dubi.h405 * @dfs_dir: direntry object of the UBI device debugfs directory
428 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/
H A 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...]
H A Dqla_def.h4391 struct dentry *dfs_dir; member
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_dfs.c533 * QLA_DFS_CREATE_FILE(ha, TEST, 0600, ha->dfs_dir, vha);
684 if (ha->dfs_dir) in qla2x00_dfs_setup()
688 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root); in qla2x00_dfs_setup()
694 S_IRUSR, ha->dfs_dir, vha, &qla_dfs_fw_resource_cnt_fops); in qla2x00_dfs_setup()
697 ha->dfs_dir, vha, &qla_dfs_tgt_counters_fops); in qla2x00_dfs_setup()
700 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_port_database_fops); in qla2x00_dfs_setup()
702 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup()
706 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_sess_fops); in qla2x00_dfs_setup()
710 0400, ha->dfs_dir, vha, &dfs_naqp_ops); in qla2x00_dfs_setup()
717 vha->dfs_rport_root = debugfs_create_dir("rports", ha->dfs_dir); in qla2x00_dfs_setup()
[all...]
H A Dqla_def.h4619 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/fs/ubifs/
H A 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, in dbg_debugfs_init_fs()
[all...]
H A Ddebug.h60 * @dfs_dir: direntry object of the file-system debugfs directory
107 struct dentry *dfs_dir; member
/kernel/linux/linux-6.6/fs/ubifs/
H A 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, in dbg_debugfs_init_fs()
[all...]
H A Ddebug.h60 * @dfs_dir: direntry object of the file-system debugfs directory
107 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A 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-6.6/tools/testing/selftests/bpf/
H A 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/
H A Dmtd.h189 * @dfs_dir: direntry object of the MTD device debugfs directory
192 struct dentry *dfs_dir; member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dmtd.h194 * @dfs_dir: direntry object of the MTD device debugfs directory
197 struct dentry *dfs_dir; member
/kernel/linux/linux-5.10/drivers/mtd/
H A Dmtdcore.c406 mtd->dbg.dfs_dir = root; in mtd_debugfs_populate()
776 debugfs_remove_recursive(mtd->dbg.dfs_dir); in del_mtd_device()
H A Dmtdswap.c1259 struct dentry *root = d->mtd->dbg.dfs_dir; in mtdswap_add_debugfs()
/kernel/linux/linux-6.6/drivers/mtd/
H A Dmtdcore.c111 debugfs_remove_recursive(mtd->dbg.dfs_dir); in mtd_device_release()
393 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()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnandsim.c500 struct dentry *root = nsmtd->dbg.dfs_dir; in ns_debugfs_create()
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Ddocg3.c1719 struct dentry *root = floor->dbg.dfs_dir; in doc_dbg_register()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Ddocg3.c1727 struct dentry *root = floor->dbg.dfs_dir; in doc_dbg_register()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnandsim.c502 struct dentry *root = nsmtd->dbg.dfs_dir; in ns_debugfs_create()

Completed in 71 milliseconds