Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
Ddebugfs.c260 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()
/linux-4.4.14/include/linux/ceph/
Dlibceph.h137 struct dentry *debugfs_options; member