Home
last modified time | relevance | path

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

/drivers/lightnvm/
Dpblk-recovery.c28 crc = pblk_calc_emeta_crc(pblk, emeta_buf); in pblk_recov_check_emeta()
Dpblk.h1172 static inline u32 pblk_calc_emeta_crc(struct pblk *pblk, in pblk_calc_emeta_crc() function
Dpblk-core.c1817 emeta_buf->crc = cpu_to_le32(pblk_calc_emeta_crc(pblk, emeta_buf)); in pblk_line_close_meta()