Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/nvdimm/
Dpfn.h12 #define PFN_SIG_LEN 16 macro
17 u8 signature[PFN_SIG_LEN];
Dpfn_devs.c468 if (memcmp(pfn_sb->signature, sig, PFN_SIG_LEN) != 0) in nd_pfn_validate()
530 !memcmp(pfn_sb->signature, DAX_SIG, PFN_SIG_LEN)) { in nd_pfn_validate()
814 memcpy(pfn_sb->signature, sig, PFN_SIG_LEN); in nd_pfn_init()