Searched refs:nlabel (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/nvdimm/ |
D | nd.h | 157 return __le16_to_cpu(nd_label->nlabel); in nsl_get_nlabel() 162 u16 nlabel) in nsl_set_nlabel() argument 164 nd_label->nlabel = __cpu_to_le16(nlabel); in nsl_set_nlabel()
|
D | label.h | 86 __le16 nlabel; member
|
D | label.c | 968 struct nd_namespace_label *nd_label, int nlabel, in nsl_set_blk_nlabel() argument 975 nsl_set_nlabel(ndd, nd_label, first ? nlabel : 0xffff); in nsl_set_blk_nlabel() 998 int i, alloc, victims, nfree, old_num_resources, nlabel, rc = -ENXIO; in __blk_label_update() local 1157 nlabel = 0; in __blk_label_update() 1163 nlabel++; in __blk_label_update() 1167 nlabel--; in __blk_label_update() 1174 if (nlabel + nsblk->num_resources > num_labels) { in __blk_label_update()
|
D | namespace_devs.c | 1849 u16 position, nlabel; in has_uuid_at_pos() local 1854 nlabel = nsl_get_nlabel(ndd, nd_label); in has_uuid_at_pos() 1871 if (nlabel != nd_region->ndr_mappings) in has_uuid_at_pos()
|