Searched refs:vdo_is_state_compressed (Results 1 – 6 of 6) sorted by relevance
1014 VDO_ASSERT_LOG_ONLY(!vdo_is_state_compressed(agent->new_mapped.state), in start_deduping()1170 if (vdo_is_state_compressed(agent->duplicate.state)) { in verify_endio()1195 char *buffer = (vdo_is_state_compressed(agent->duplicate.state) ? in start_verifying()1451 if (vdo_is_state_compressed(lock->duplicate.state) && lock->registered) { in finish_writing()1996 VDO_ASSERT_LOG_ONLY(vdo_is_state_compressed(data_vio->new_mapped.state), in vdo_share_compressed_write_lock()
834 static inline bool vdo_is_state_compressed(const enum block_mapping_state mapping_state) in vdo_is_state_compressed() function868 return !vdo_is_state_compressed(location->state); in vdo_is_valid_location()
56 if (!vdo_is_state_compressed(mapping_state)) in vdo_get_compressed_block_fragment()
1472 bool compressed = vdo_is_state_compressed(data_vio->mapped.state); in complete_read()1549 if (vdo_is_state_compressed(data_vio->mapped.state)) { in read_block()
770 (vdo_is_state_compressed(entry->mapping.state) || in validate_recovery_journal_entry()
1762 vdo_is_state_compressed(mapping->state) || in is_invalid_tree_entry()2311 if (!vdo_is_valid_location(&mapping) || vdo_is_state_compressed(mapping.state)) in vdo_find_block_map_page_pbn()
Completed in 37 milliseconds