mlog_kset         153 fs/ocfs2/cluster/masklog.c static struct kset mlog_kset = {
mlog_kset         167 fs/ocfs2/cluster/masklog.c 	kobject_set_name(&mlog_kset.kobj, "logmask");
mlog_kset         168 fs/ocfs2/cluster/masklog.c 	mlog_kset.kobj.kset = o2cb_kset;
mlog_kset         169 fs/ocfs2/cluster/masklog.c 	return kset_register(&mlog_kset);
mlog_kset         174 fs/ocfs2/cluster/masklog.c 	kset_unregister(&mlog_kset);