Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ceph/
Ddebugfs.c230 debugfs_remove(fsc->debugfs_mdsmap); in ceph_fs_debugfs_cleanup()
262 fsc->debugfs_mdsmap = debugfs_create_file("mdsmap", in ceph_fs_debugfs_init()
267 if (!fsc->debugfs_mdsmap) in ceph_fs_debugfs_init()
Dsuper.h116 struct dentry *debugfs_mdsc, *debugfs_mdsmap; member