Lines Matching defs:osb
167 int ocfs2_filecheck_create_sysfs(struct ocfs2_super *osb)
171 struct ocfs2_filecheck_sysfs_entry *entry = &osb->osb_fc_ent;
183 entry->fs_kobj.kset = osb->osb_dev_kset;
197 void ocfs2_filecheck_remove_sysfs(struct ocfs2_super *osb)
199 if (!osb->osb_fc_ent.fs_fcheck)
202 kobject_del(&osb->osb_fc_ent.fs_kobj);
203 kobject_put(&osb->osb_fc_ent.fs_kobj);
204 wait_for_completion(&osb->osb_fc_ent.fs_kobj_unregister);
205 ocfs2_filecheck_sysfs_free(&osb->osb_fc_ent);
407 ocfs2_filecheck_handle(struct ocfs2_super *osb,
414 inode = ocfs2_iget(osb, ino, flags, 0);
432 struct ocfs2_super *osb = container_of(ent, struct ocfs2_super,
436 entry->fe_status = ocfs2_filecheck_handle(osb,
439 entry->fe_status = ocfs2_filecheck_handle(osb,