Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Ddebugfs.c436 client->debugfs_monmap = debugfs_create_file("monmap", in ceph_debugfs_client_init()
441 if (!client->debugfs_monmap) in ceph_debugfs_client_init()
472 debugfs_remove(client->debugfs_monmap); in ceph_debugfs_client_cleanup()
/Linux-v4.19/include/linux/ceph/
Dlibceph.h133 struct dentry *debugfs_monmap; member