Searched refs:ns_current (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | dimm.c | 48 ndd->ns_current = -1; in nvdimm_probe() 99 if (ndd->ns_current >= 0) { in nvdimm_probe()
|
H A D | label.c | 337 return preamble_index(ndd, ndd->ns_current, nsindex, in preamble_current() 478 ndd->ns_current = nd_label_validate(ndd); in nd_label_data_init() 479 if (ndd->ns_current < 0) in nd_label_data_init() 483 ndd->ns_next = nd_label_next_nsindex(ndd->ns_current); in nd_label_data_init() 697 ndd->ns_current = nd_label_next_nsindex(ndd->ns_current); in nd_label_write_index() 699 WARN_ON(ndd->ns_current == ndd->ns_next); in nd_label_write_index() 1189 if (ndd->ns_current == -1 || ndd->ns_next == -1) in init_labels() 1203 ndd->ns_current = 0; in init_labels()
|
H A D | nd.h | 33 int ns_current, ns_next; member 75 return to_namespace_index(ndd, ndd->ns_current); in to_current_namespace_index()
|
H A D | namespace_devs.c | 1437 nsindex = to_namespace_index(ndd, ndd->ns_current); in btt_claim_class() 2388 nsindex = to_namespace_index(ndd, ndd->ns_current); in scan_labels()
|
H A D | region_devs.c | 318 nsindex = to_namespace_index(ndd, ndd->ns_current); in set_cookie_show()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | dimm.c | 48 ndd->ns_current = -1; in nvdimm_probe() 99 if (ndd->ns_current >= 0) { in nvdimm_probe()
|
H A D | label.c | 345 return preamble_index(ndd, ndd->ns_current, nsindex, in preamble_current() 499 ndd->ns_current = nd_label_validate(ndd); in nd_label_data_init() 500 if (ndd->ns_current < 0) in nd_label_data_init() 504 ndd->ns_next = nd_label_next_nsindex(ndd->ns_current); in nd_label_data_init() 718 ndd->ns_current = nd_label_next_nsindex(ndd->ns_current); in nd_label_write_index() 720 WARN_ON(ndd->ns_current == ndd->ns_next); in nd_label_write_index() 992 if (ndd->ns_current == -1 || ndd->ns_next == -1) in init_labels() 1006 ndd->ns_current = 0; in init_labels()
|
H A D | nd.h | 34 int ns_current, ns_next; member 340 return to_namespace_index(ndd, ndd->ns_current); in to_current_namespace_index()
|
H A D | namespace_devs.c | 1187 nsindex = to_namespace_index(ndd, ndd->ns_current); in btt_claim_class() 1668 to_namespace_index(ndd, ndd->ns_current); in create_namespace_pmem()
|
H A D | region_devs.c | 340 nsindex = to_namespace_index(ndd, ndd->ns_current); in set_cookie_show()
|
Completed in 16 milliseconds