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

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

Completed in 353 milliseconds