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

/linux-master/drivers/mtd/ubi/
H A Ddebug.c608 d->dfs_dir = debugfs_create_dir(d->dfs_dir_name, dfs_rootdir);
610 d->dfs_chk_gen = debugfs_create_file("chk_gen", mode, d->dfs_dir,
613 d->dfs_chk_io = debugfs_create_file("chk_io", mode, d->dfs_dir,
617 d->dfs_dir, (void *)ubi_num,
621 d->dfs_dir, (void *)ubi_num,
625 mode, d->dfs_dir,
630 mode, d->dfs_dir,
635 mode, d->dfs_dir,
640 mode, d->dfs_dir,
644 mode, d->dfs_dir,
[all...]
H A Dubi.h399 * @dfs_dir: direntry object of the UBI device debugfs directory
424 struct dentry *dfs_dir; member in struct:ubi_debug_info
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_dfs.c533 * QLA_DFS_CREATE_FILE(ha, TEST, 0600, ha->dfs_dir, vha);
639 if (ha->dfs_dir)
643 ha->dfs_dir = debugfs_create_dir(vha->host_str, qla2x00_dfs_root);
649 S_IRUSR, ha->dfs_dir, vha, &qla_dfs_fw_resource_cnt_fops);
652 ha->dfs_dir, vha, &qla_dfs_tgt_counters_fops);
655 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_port_database_fops);
657 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha,
661 S_IRUSR, ha->dfs_dir, vha, &qla2x00_dfs_tgt_sess_fops);
665 0400, ha->dfs_dir, vha, &qla_dfs_naqp_fops);
672 vha->dfs_rport_root = debugfs_create_dir("rports", ha->dfs_dir);
[all...]
H A Dqla_def.h4619 struct dentry *dfs_dir; member in struct:qla_hw_data
/linux-master/fs/ubifs/
H A Ddebug.c2838 d->dfs_dir = debugfs_create_dir(fname, dfs_rootdir);
2841 d->dfs_dump_lprops = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c,
2845 d->dfs_dump_budg = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c,
2849 d->dfs_dump_tnc = debugfs_create_file(fname, S_IWUSR, d->dfs_dir, c,
2854 d->dfs_dir, c, &dfs_fops);
2858 d->dfs_dir, c, &dfs_fops);
2862 d->dfs_dir, c, &dfs_fops);
2866 d->dfs_dir, c, &dfs_fops);
2870 d->dfs_dir, c, &dfs_fops);
2874 d->dfs_dir,
[all...]
H A Ddebug.h60 * @dfs_dir: direntry object of the file-system debugfs directory
107 struct dentry *dfs_dir; member in struct:ubifs_debug_info
/linux-master/tools/testing/selftests/bpf/
H A Dtest_offload.py375 self.dfs_dir = "/sys/kernel/debug/netdevsim/netdevsim%u/" % addr
405 path = os.path.join(self.dfs_dir, "bpf_bound_progs")
410 progs = DebugfsDir(os.path.join(self.dfs_dir, "bpf_bound_progs"))
442 self.dfs_dir = "%s/ports/%u/" % (nsimdev.dfs_dir, port_index)
453 self.dfs = DebugfsDir(self.dfs_dir)
457 path = os.path.join(self.dfs_dir, f)
/linux-master/include/linux/mtd/
H A Dmtd.h194 * @dfs_dir: direntry object of the MTD device debugfs directory
197 struct dentry *dfs_dir; member in struct:mtd_debug_info
/linux-master/drivers/mtd/
H A Dmtdcore.c112 debugfs_remove_recursive(mtd->dbg.dfs_dir);
394 mtd->dbg.dfs_dir = debugfs_create_dir(dev_name(dev), dfs_dir_mtd);
H A Dmtdswap.c1257 struct dentry *root = d->mtd->dbg.dfs_dir;
/linux-master/drivers/mtd/devices/
H A Ddocg3.c1727 struct dentry *root = floor->dbg.dfs_dir;
/linux-master/drivers/mtd/nand/raw/
H A Dnandsim.c502 struct dentry *root = nsmtd->dbg.dfs_dir;

Completed in 204 milliseconds