Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvdimm/
Dbtt.h22 #define BTT_SIG "BTT_ARENA_INFO\0" macro
Dbtt_devs.c242 if (memcmp(super->signature, BTT_SIG, BTT_SIG_LEN) != 0) in nd_btt_arena_is_valid()
Dbtt.c988 strncpy(super->signature, BTT_SIG, BTT_SIG_LEN); in btt_arena_write_layout()