Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Ddebugfs.c31 static struct dentry *ceph_debugfs_dir; variable
202 ceph_debugfs_dir = debugfs_create_dir("ceph", NULL); in CEPH_DEFINE_SHOW_FUNC()
203 if (!ceph_debugfs_dir) in CEPH_DEFINE_SHOW_FUNC()
210 debugfs_remove(ceph_debugfs_dir); in ceph_debugfs_cleanup()
224 client->debugfs_dir = debugfs_create_dir(name, ceph_debugfs_dir); in ceph_debugfs_client_init()