Searched refs:NSINDEX_SIG_LEN (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | label.h | 14 NSINDEX_SIG_LEN = 16, enumerator 53 u8 sig[NSINDEX_SIG_LEN];
|
H A D | label.c | 127 u8 sig[NSINDEX_SIG_LEN]; in __nd_label_validate() 131 memcpy(sig, nsindex[i]->sig, NSINDEX_SIG_LEN); in __nd_label_validate() 132 if (memcmp(sig, NSINDEX_SIGNATURE, NSINDEX_SIG_LEN) != 0) { in __nd_label_validate() 653 memcpy(nsindex->sig, NSINDEX_SIGNATURE, NSINDEX_SIG_LEN); in nd_label_write_index()
|
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | label.h | 14 NSINDEX_SIG_LEN = 16, enumerator 54 u8 sig[NSINDEX_SIG_LEN];
|
H A D | label.c | 135 u8 sig[NSINDEX_SIG_LEN]; in __nd_label_validate() 139 memcpy(sig, nsindex[i]->sig, NSINDEX_SIG_LEN); in __nd_label_validate() 140 if (memcmp(sig, NSINDEX_SIGNATURE, NSINDEX_SIG_LEN) != 0) { in __nd_label_validate() 674 memcpy(nsindex->sig, NSINDEX_SIGNATURE, NSINDEX_SIG_LEN); in nd_label_write_index()
|
Completed in 4 milliseconds