Home
last modified time | relevance | path

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

/openbmc/linux/net/ceph/
H A Ddebugfs.c32 static struct dentry *ceph_debugfs_dir; variable
399 ceph_debugfs_dir = debugfs_create_dir("ceph", NULL); in ceph_debugfs_init()
404 debugfs_remove(ceph_debugfs_dir); in ceph_debugfs_cleanup()
416 client->debugfs_dir = debugfs_create_dir(name, ceph_debugfs_dir); in ceph_debugfs_client_init()