Searched refs:fs_fcheck (Results 1 – 2 of 2) sorted by relevance
152 spin_lock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()153 while (!list_empty(&entry->fs_fcheck->fc_head)) { in ocfs2_filecheck_sysfs_free()154 p = list_first_entry(&entry->fs_fcheck->fc_head, in ocfs2_filecheck_sysfs_free()160 spin_unlock(&entry->fs_fcheck->fc_lock); in ocfs2_filecheck_sysfs_free()162 kfree(entry->fs_fcheck); in ocfs2_filecheck_sysfs_free()163 entry->fs_fcheck = NULL; in ocfs2_filecheck_sysfs_free()192 entry->fs_fcheck = fcheck; in ocfs2_filecheck_create_sysfs()198 if (!osb->osb_fc_ent.fs_fcheck) in ocfs2_filecheck_remove_sysfs()219 spin_lock(&ent->fs_fcheck->fc_lock); in ocfs2_filecheck_adjust_max()220 if (len < (ent->fs_fcheck->fc_size - ent->fs_fcheck->fc_done)) { in ocfs2_filecheck_adjust_max()[all …]
57 struct ocfs2_filecheck *fs_fcheck; member