Lines Matching defs:label

149 	 * There is no namespace label (is_namespace_io()), or the label
313 /* These values match after a successful label update */
350 "namespace must be idle during label update\n");
355 * Only allow label writes that will result in a valid namespace
476 * allocation delete it and find the 'new' last allocation in the label
512 /* first resource allocation for this label-id or dimm */
979 * We need a uuid for the allocation-label and dimm(s) on which
980 * to store the label.
1198 * If we've already written a label with this uuid, then it's
1232 struct nd_namespace_label *nd_label = label_ent->label;
1451 * block is found, a v1.1 label for any mapping will set bit 1, and a
1452 * v1.2 label will set bit 2.
1458 * If all the label index blocks are found to agree, nsindex of NULL
1848 struct nd_namespace_label *nd_label = label_ent->label;
1907 nd_label = label_ent->label;
1921 * Check that this label is compliant with the dpa
1932 dev_dbg(&nd_region->dev, "%s invalid label for %pUb\n",
1937 /* move recently validated label to the front of the list */
1947 * @nd_label: target pmem namespace label to evaluate
1970 dev_dbg(&nd_region->dev, "invalid cookie in label: %pUb\n",
1975 dev_dbg(&nd_region->dev, "valid altcookie in label: %pUb\n",
2007 dev_err(&nd_region->dev, "%s missing label for %pUb\n",
2014 * Fix up each mapping's 'labels' to have the validated pmem label for
2033 label0 = label_ent ? label_ent->label : NULL;
2068 dev_dbg(&nd_region->dev, "invalid label(s)\n");
2071 dev_dbg(&nd_region->dev, "label not found\n");
2352 struct nd_namespace_label *nd_label = label_ent->label;
2361 /* pass, region matches label type */;
2545 /* fail, label data may be unreadable */;
2567 struct nd_namespace_label *label;
2572 label = nd_label_active(ndd, j);
2574 u32 flags = __le32_to_cpu(label->flags);
2577 label->flags = __cpu_to_le32(flags);
2579 label_ent->label = label;