Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/nvdimm/
Ddimm.c36 ndd->ns_next = -1; in nvdimm_probe()
55 ndd->ns_next = nd_label_next_nsindex(ndd->ns_current); in nvdimm_probe()
Dlabel.c267 return preamble_index(ndd, ndd->ns_next, nsindex, in preamble_next()
477 WARN_ON(index != ndd->ns_next); in nd_label_write_index()
480 ndd->ns_next = nd_label_next_nsindex(ndd->ns_next); in nd_label_write_index()
481 WARN_ON(ndd->ns_current == ndd->ns_next); in nd_label_write_index()
547 rc = nd_label_write_index(ndd, ndd->ns_next, in __pmem_label_update()
729 rc = nd_label_write_index(ndd, ndd->ns_next, in __blk_label_update()
818 if (ndd->ns_current == -1 || ndd->ns_next == -1) in init_labels()
831 ndd->ns_next = 1; in init_labels()
877 return nd_label_write_index(ndd, ndd->ns_next, in del_labels()
Dnd.h46 int ns_current, ns_next; member
74 return to_namespace_index(ndd, ndd->ns_next); in to_next_namespace_index()