Home
last modified time | relevance | path

Searched refs:dbfs_dir (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/hypfs/
H A Dhypfs_dbfs.c12 static struct dentry *dbfs_dir; variable
83 df->dentry = debugfs_create_file(df->name, 0400, dbfs_dir, df, in hypfs_dbfs_create_file()
97 dbfs_dir = debugfs_create_dir("s390_hypfs", NULL); in hypfs_dbfs_init()
119 debugfs_remove(dbfs_dir); in hypfs_dbfs_init()
/openbmc/linux/drivers/vdpa/pds/
H A Ddebugfs.c16 static struct dentry *dbfs_dir; variable
20 dbfs_dir = debugfs_create_dir(PDS_VDPA_DRV_NAME, NULL); in pds_vdpa_debugfs_create()
25 debugfs_remove_recursive(dbfs_dir); in pds_vdpa_debugfs_destroy()
26 dbfs_dir = NULL; in pds_vdpa_debugfs_destroy()
172 vdpa_aux->dentry = debugfs_create_dir(pci_name(vdpa_aux->padev->vf_pdev), dbfs_dir); in pds_vdpa_debugfs_add_pcidev()