Home
last modified time | relevance | path

Searched refs:nlabel (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvdimm/
Dlabel.c803 nd_label->nlabel = __cpu_to_le16(nd_region->ndr_mappings); in __pmem_label_update()
901 int i, alloc, victims, nfree, old_num_resources, nlabel, rc = -ENXIO; in __blk_label_update() local
1032 nd_label->nlabel = __cpu_to_le16(nsblk->num_resources); in __blk_label_update()
1035 nd_label->nlabel = __cpu_to_le16(0xffff); in __blk_label_update()
1040 nd_label->nlabel = __cpu_to_le16(0); /* N/A */ in __blk_label_update()
1089 nlabel = 0; in __blk_label_update()
1095 nlabel++; in __blk_label_update()
1099 nlabel--; in __blk_label_update()
1106 if (nlabel + nsblk->num_resources > num_labels) { in __blk_label_update()
Dlabel.h86 __le16 nlabel; member
Dnamespace_devs.c1849 u16 position, nlabel; in has_uuid_at_pos() local
1856 nlabel = __le16_to_cpu(nd_label->nlabel); in has_uuid_at_pos()
1878 if (nlabel != nd_region->ndr_mappings) in has_uuid_at_pos()