Home
last modified time | relevance | path

Searched refs:BTT_SIG (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/nvdimm/
Dbtt.h14 #define BTT_SIG "BTT_ARENA_INFO\0" macro
Dbtt_devs.c250 if (memcmp(super->signature, BTT_SIG, BTT_SIG_LEN) != 0) in nd_btt_arena_is_valid()
Dbtt.c989 strncpy(super->signature, BTT_SIG, BTT_SIG_LEN); in btt_arena_write_layout()