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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Ddebugfs.c32 static struct dentry *ceph_debugfs_dir; variable in typeref:struct:dentry
352 ceph_debugfs_dir = debugfs_create_dir("ceph", NULL);
353 if (!ceph_debugfs_dir)
360 debugfs_remove(ceph_debugfs_dir);
371 client->debugfs_dir = debugfs_create_dir(name, ceph_debugfs_dir);

Completed in 153 milliseconds