Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/hypfs/
Dhypfs_dbfs.c11 static struct dentry *dbfs_dir; variable
82 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()
98 return PTR_ERR_OR_ZERO(dbfs_dir); in hypfs_dbfs_init()
103 debugfs_remove(dbfs_dir); in hypfs_dbfs_exit()