Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvdimm/
Dlabel.c345 return preamble_index(ndd, ndd->ns_next, nsindex, in preamble_next()
499 ndd->ns_next = nd_label_next_nsindex(ndd->ns_current); in nd_label_data_init()
711 WARN_ON(index != ndd->ns_next); in nd_label_write_index()
714 ndd->ns_next = nd_label_next_nsindex(ndd->ns_next); in nd_label_write_index()
715 WARN_ON(ndd->ns_current == ndd->ns_next); in nd_label_write_index()
888 rc = nd_label_write_index(ndd, ndd->ns_next, in __pmem_label_update()
1148 rc = nd_label_write_index(ndd, ndd->ns_next, in __blk_label_update()
1257 if (ndd->ns_current == -1 || ndd->ns_next == -1) in init_labels()
1270 ndd->ns_next = 1; in init_labels()
1319 return nd_label_write_index(ndd, ndd->ns_next, in del_labels()
Ddimm.c49 ndd->ns_next = -1; in nvdimm_probe()
Dnd.h33 int ns_current, ns_next; member
231 return to_namespace_index(ndd, ndd->ns_next); in to_next_namespace_index()