Searched refs:fc_head (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/ocfs2/
H A Dfilecheck.h37 struct list_head fc_head; /* File check entry list head */ member in struct:ocfs2_filecheck
H A Dfilecheck.c153 while (!list_empty(&entry->fs_fcheck->fc_head)) {
154 p = list_first_entry(&entry->fs_fcheck->fc_head,
176 INIT_LIST_HEAD(&fcheck->fc_head);
323 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) {
350 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) {
365 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) {
499 list_add_tail(&entry->fe_list, &ent->fs_fcheck->fc_head);

Completed in 116 milliseconds