Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/lightnvm/
Dpblk-recovery.c739 if (header->version_major != EMETA_VERSION_MAJOR) { in pblk_recov_check_line_version()
741 header->version_major, EMETA_VERSION_MAJOR); in pblk_recov_check_line_version()
Dpblk-core.c1043 emeta_buf->header.version_major = EMETA_VERSION_MAJOR; in pblk_line_init_metadata()
1781 emeta_buf->header.version_major = EMETA_VERSION_MAJOR; in pblk_line_close_meta()
Dpblk.h342 #define EMETA_VERSION_MAJOR (0) macro