Home
last modified time | relevance | path

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

/fs/zonefs/
Dsuper.c1656 u32 crc, stored_crc; in zonefs_read_super() local
1682 stored_crc = le32_to_cpu(super->s_crc); in zonefs_read_super()
1685 if (crc != stored_crc) { in zonefs_read_super()
1687 crc, stored_crc); in zonefs_read_super()