fs_fcheck 153 fs/ocfs2/filecheck.c spin_lock(&entry->fs_fcheck->fc_lock); fs_fcheck 154 fs/ocfs2/filecheck.c while (!list_empty(&entry->fs_fcheck->fc_head)) { fs_fcheck 155 fs/ocfs2/filecheck.c p = list_first_entry(&entry->fs_fcheck->fc_head, fs_fcheck 161 fs/ocfs2/filecheck.c spin_unlock(&entry->fs_fcheck->fc_lock); fs_fcheck 163 fs/ocfs2/filecheck.c kfree(entry->fs_fcheck); fs_fcheck 164 fs/ocfs2/filecheck.c entry->fs_fcheck = NULL; fs_fcheck 193 fs/ocfs2/filecheck.c entry->fs_fcheck = fcheck; fs_fcheck 199 fs/ocfs2/filecheck.c if (!osb->osb_fc_ent.fs_fcheck) fs_fcheck 220 fs/ocfs2/filecheck.c spin_lock(&ent->fs_fcheck->fc_lock); fs_fcheck 221 fs/ocfs2/filecheck.c if (len < (ent->fs_fcheck->fc_size - ent->fs_fcheck->fc_done)) { fs_fcheck 225 fs/ocfs2/filecheck.c len, ent->fs_fcheck->fc_size - ent->fs_fcheck->fc_done); fs_fcheck 228 fs/ocfs2/filecheck.c if (len < ent->fs_fcheck->fc_size) fs_fcheck 230 fs/ocfs2/filecheck.c ent->fs_fcheck->fc_size - len)); fs_fcheck 232 fs/ocfs2/filecheck.c ent->fs_fcheck->fc_max = len; fs_fcheck 235 fs/ocfs2/filecheck.c spin_unlock(&ent->fs_fcheck->fc_lock); fs_fcheck 314 fs/ocfs2/filecheck.c spin_lock(&ent->fs_fcheck->fc_lock); fs_fcheck 315 fs/ocfs2/filecheck.c total = snprintf(buf, remain, "%u\n", ent->fs_fcheck->fc_max); fs_fcheck 316 fs/ocfs2/filecheck.c spin_unlock(&ent->fs_fcheck->fc_lock); fs_fcheck 323 fs/ocfs2/filecheck.c spin_lock(&ent->fs_fcheck->fc_lock); fs_fcheck 324 fs/ocfs2/filecheck.c list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { fs_fcheck 343 fs/ocfs2/filecheck.c spin_unlock(&ent->fs_fcheck->fc_lock); fs_fcheck 355 fs/ocfs2/filecheck.c list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { fs_fcheck 370 fs/ocfs2/filecheck.c list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { fs_fcheck 374 fs/ocfs2/filecheck.c ent->fs_fcheck->fc_size--; fs_fcheck 375 fs/ocfs2/filecheck.c ent->fs_fcheck->fc_done--; fs_fcheck 404 fs/ocfs2/filecheck.c spin_lock(&ent->fs_fcheck->fc_lock); fs_fcheck 406 fs/ocfs2/filecheck.c ent->fs_fcheck->fc_done++; fs_fcheck 407 fs/ocfs2/filecheck.c spin_unlock(&ent->fs_fcheck->fc_lock); fs_fcheck 478 fs/ocfs2/filecheck.c spin_lock(&ent->fs_fcheck->fc_lock); fs_fcheck 482 fs/ocfs2/filecheck.c } else if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && fs_fcheck 483 fs/ocfs2/filecheck.c (ent->fs_fcheck->fc_done == 0)) { fs_fcheck 487 fs/ocfs2/filecheck.c ent->fs_fcheck->fc_max); fs_fcheck 491 fs/ocfs2/filecheck.c if ((ent->fs_fcheck->fc_size >= ent->fs_fcheck->fc_max) && fs_fcheck 492 fs/ocfs2/filecheck.c (ent->fs_fcheck->fc_done > 0)) { fs_fcheck 504 fs/ocfs2/filecheck.c list_add_tail(&entry->fe_list, &ent->fs_fcheck->fc_head); fs_fcheck 505 fs/ocfs2/filecheck.c ent->fs_fcheck->fc_size++; fs_fcheck 507 fs/ocfs2/filecheck.c spin_unlock(&ent->fs_fcheck->fc_lock); fs_fcheck 59 fs/ocfs2/filecheck.h struct ocfs2_filecheck *fs_fcheck;