Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
Dfilecheck.c171 struct ocfs2_filecheck_sysfs_entry *entry = &osb->osb_fc_ent; in ocfs2_filecheck_create_sysfs()
199 if (!osb->osb_fc_ent.fs_fcheck) in ocfs2_filecheck_remove_sysfs()
202 kobject_del(&osb->osb_fc_ent.fs_kobj); in ocfs2_filecheck_remove_sysfs()
203 kobject_put(&osb->osb_fc_ent.fs_kobj); in ocfs2_filecheck_remove_sysfs()
204 wait_for_completion(&osb->osb_fc_ent.fs_kobj_unregister); in ocfs2_filecheck_remove_sysfs()
205 ocfs2_filecheck_sysfs_free(&osb->osb_fc_ent); in ocfs2_filecheck_remove_sysfs()
433 osb_fc_ent); in ocfs2_filecheck_handle_entry()
Docfs2.h471 struct ocfs2_filecheck_sysfs_entry osb_fc_ent; member