Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/
H A 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()
351 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_is_dup_entry()
366 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_erase_entry()
500 list_add_tail(&entry->fe_list, &ent->fs_fcheck->fc_head); in ocfs2_filecheck_attr_store()
H A Dfilecheck.h39 struct list_head fc_head; /* File check entry list head */ member
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dfilecheck.c153 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()
176 INIT_LIST_HEAD(&fcheck->fc_head); in ocfs2_filecheck_create_sysfs()
323 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_attr_show()
350 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_is_dup_entry()
365 list_for_each_entry(p, &ent->fs_fcheck->fc_head, fe_list) { in ocfs2_filecheck_erase_entry()
499 list_add_tail(&entry->fe_list, &ent->fs_fcheck->fc_head); in ocfs2_filecheck_attr_store()
H A Dfilecheck.h37 struct list_head fc_head; /* File check entry list head */ member

Completed in 3 milliseconds