Home
last modified time | relevance | path

Searched refs:NSINDEX_SIG_LEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/nvdimm/
H A Dlabel.h14 NSINDEX_SIG_LEN = 16, enumerator
54 u8 sig[NSINDEX_SIG_LEN];
H A Dlabel.c135 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()