Searched refs:vdo_validate_header (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/md/dm-vdo/ |
| H A D | encodings.c | 175 static int vdo_validate_header(const struct header *expected_header, in vdo_validate_header() function 313 result = vdo_validate_header(&GEOMETRY_BLOCK_HEADER_4_0, &header, in vdo_parse_geometry_block() 316 result = vdo_validate_header(&GEOMETRY_BLOCK_HEADER_5_0, &header, in vdo_parse_geometry_block() 377 result = vdo_validate_header(&VDO_BLOCK_MAP_HEADER_2_0, &header, true, __func__); in decode_block_map_state_2_0() 509 result = vdo_validate_header(&VDO_RECOVERY_JOURNAL_HEADER_7_0, &header, true, in decode_recovery_journal_state_7_0() 602 result = vdo_validate_header(&VDO_SLAB_DEPOT_HEADER_2_0, &header, true, in decode_slab_depot_state_2_0() 1023 result = vdo_validate_header(&VDO_LAYOUT_HEADER_3_0, &header, false, __func__); in decode_layout() 1462 result = vdo_validate_header(&SUPER_BLOCK_HEADER_12_0, &header, false, __func__); in vdo_decode_super_block()
|