Lines Matching refs:list
10 #include <linux/list.h>
1003 list_for_each_entry(label_ent, &nd_mapping->labels, list) {
1567 list_for_each_entry(label_ent, &nd_mapping->labels, list) {
1618 list_for_each_entry(label_ent, &nd_mapping->labels, list) {
1650 /* move recently validated label to the front of the list */
1651 list_move(&label_ent->list, &nd_mapping->labels);
1747 typeof(*label_ent), list);
1937 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) {
2003 LIST_HEAD(list);
2016 list_move_tail(l, &list);
2019 list_splice_init(&list, &nd_mapping->labels);
2133 list_add_tail(&label_ent->list, &nd_mapping->labels);