Lines Matching defs:osb
166 int ocfs2_filecheck_create_sysfs(struct ocfs2_super *osb)
170 struct ocfs2_filecheck_sysfs_entry *entry = &osb->osb_fc_ent;
182 entry->fs_kobj.kset = osb->osb_dev_kset;
196 void ocfs2_filecheck_remove_sysfs(struct ocfs2_super *osb)
198 if (!osb->osb_fc_ent.fs_fcheck)
201 kobject_del(&osb->osb_fc_ent.fs_kobj);
202 kobject_put(&osb->osb_fc_ent.fs_kobj);
203 wait_for_completion(&osb->osb_fc_ent.fs_kobj_unregister);
204 ocfs2_filecheck_sysfs_free(&osb->osb_fc_ent);
406 ocfs2_filecheck_handle(struct ocfs2_super *osb,
413 inode = ocfs2_iget(osb, ino, flags, 0);
431 struct ocfs2_super *osb = container_of(ent, struct ocfs2_super,
435 entry->fe_status = ocfs2_filecheck_handle(osb,
438 entry->fe_status = ocfs2_filecheck_handle(osb,