Searched refs:debugfs_options (Results 1 – 2 of 2) sorted by relevance
260 client->debugfs_options = debugfs_create_file("client_options", in ceph_debugfs_client_init()265 if (!client->debugfs_options) in ceph_debugfs_client_init()278 debugfs_remove(client->debugfs_options); in ceph_debugfs_client_cleanup()
137 struct dentry *debugfs_options; member