Searched refs:nlabel (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | label.h | 47 * @free: bitmap, nlabel bits 51 * nlabel bits must be zero. 74 * @nlabel: 1 per interleave-way in the region 89 __le16 nlabel; member 106 * @nlabel: num labels to describe this ns 124 __le16 nlabel; member
|
H A D | nd.h | 206 return __le16_to_cpu(nd_label->efi.nlabel); in nsl_get_nlabel() 211 u16 nlabel) in nsl_set_nlabel() 214 nd_label->efi.nlabel = __cpu_to_le16(nlabel); in nsl_set_nlabel() 209 nsl_set_nlabel(struct nvdimm_drvdata *ndd, struct nd_namespace_label *nd_label, u16 nlabel) nsl_set_nlabel() argument
|
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | label.c | 803 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 1027 * determine isetcookie usage and nlabel + position in __blk_label_update() 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 in __blk_label_update() [all...] |
H A D | label.h | 46 * @free[0]: bitmap, nlabel bits 50 * nlabel bits must be zero. 73 * @nlabel: num labels to describe this ns 86 __le16 nlabel; member
|
H A D | namespace_devs.c | 1849 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()
|
Completed in 8 milliseconds