Searched refs:ns_next (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | label.c | 345 return preamble_index(ndd, ndd->ns_next, nsindex, in preamble_next() 483 ndd->ns_next = nd_label_next_nsindex(ndd->ns_current); in nd_label_data_init() 695 WARN_ON(index != ndd->ns_next); in nd_label_write_index() 698 ndd->ns_next = nd_label_next_nsindex(ndd->ns_next); in nd_label_write_index() 699 WARN_ON(ndd->ns_current == ndd->ns_next); in nd_label_write_index() 844 rc = nd_label_write_index(ndd, ndd->ns_next, in __pmem_label_update() 1080 rc = nd_label_write_index(ndd, ndd->ns_next, in __blk_label_update() 1189 if (ndd->ns_current == -1 || ndd->ns_next == -1) in init_labels() 1202 ndd->ns_next in init_labels() [all...] |
H A D | dimm.c | 49 ndd->ns_next = -1; in nvdimm_probe()
|
H A D | nd.h | 33 int ns_current, ns_next; member 81 return to_namespace_index(ndd, ndd->ns_next); in to_next_namespace_index()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | label.c | 353 return preamble_index(ndd, ndd->ns_next, nsindex, in preamble_next() 504 ndd->ns_next = nd_label_next_nsindex(ndd->ns_current); in nd_label_data_init() 716 WARN_ON(index != ndd->ns_next); in nd_label_write_index() 719 ndd->ns_next = nd_label_next_nsindex(ndd->ns_next); in nd_label_write_index() 720 WARN_ON(ndd->ns_current == ndd->ns_next); in nd_label_write_index() 947 rc = nd_label_write_index(ndd, ndd->ns_next, in __pmem_label_update() 992 if (ndd->ns_current == -1 || ndd->ns_next == -1) in init_labels() 1005 ndd->ns_next = 1; in init_labels() 1052 return nd_label_write_index(ndd, ndd->ns_next, in del_labels() [all...] |
H A D | dimm.c | 49 ndd->ns_next = -1; in nvdimm_probe()
|
H A D | nd.h | 34 int ns_current, ns_next; member 346 return to_namespace_index(ndd, ndd->ns_next); in to_next_namespace_index()
|
Completed in 6 milliseconds