Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/lightnvm/
Dpblk-recovery.c572 if (header->version_major != EMETA_VERSION_MAJOR) { in pblk_recov_check_line_version()
574 header->version_major, EMETA_VERSION_MAJOR); in pblk_recov_check_line_version()
Dpblk-core.c1019 emeta_buf->header.version_major = EMETA_VERSION_MAJOR; in pblk_line_init_metadata()
1810 emeta_buf->header.version_major = EMETA_VERSION_MAJOR; in pblk_line_close_meta()
Dpblk.h338 #define EMETA_VERSION_MAJOR (0) macro