Home
last modified time | relevance | path

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

/fs/ocfs2/
Dfilecheck.c154 while (!list_empty(&entry->fs_fcheck->fc_head)) { in ocfs2_filecheck_sysfs_free()
155 p = list_first_entry(&entry->fs_fcheck->fc_head, in ocfs2_filecheck_sysfs_free()
177 INIT_LIST_HEAD(&fcheck->fc_head); in ocfs2_filecheck_create_sysfs()
324 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_attr_show()
355 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_is_dup_entry()
370 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_erase_entry()
504 list_add_tail(&entry->fe_list, &ent->fs_fcheck->fc_head); in ocfs2_filecheck_attr_store()
Dfilecheck.h39 struct list_head fc_head; /* File check entry list head */ member