Lines Matching defs:label_ent
882 struct nd_label_ent *label_ent;
938 list_for_each_entry(label_ent, &nd_mapping->labels, list) {
939 if (!label_ent->label)
941 if (test_and_clear_bit(ND_LABEL_REAP, &label_ent->flags) ||
942 nsl_uuid_equal(ndd, label_ent->label, nspm->uuid))
943 reap_victim(nd_mapping, label_ent);
950 list_for_each_entry(label_ent, &nd_mapping->labels, list)
951 if (!label_ent->label) {
952 label_ent->label = nd_label;
970 struct nd_label_ent *label_ent;
975 list_for_each_entry(label_ent, &nd_mapping->labels, list)
984 label_ent = kzalloc(sizeof(*label_ent), GFP_KERNEL);
985 if (!label_ent)
988 list_add_tail(&label_ent->list, &nd_mapping->labels);
1014 struct nd_label_ent *label_ent, *e;
1029 list_for_each_entry_safe(label_ent, e, &nd_mapping->labels, list) {
1030 struct nd_namespace_label *nd_label = label_ent->label;
1041 list_move_tail(&label_ent->list, &list);
1042 label_ent->label = NULL;