Searched refs:data_vio_has_allocation (Results 1 – 4 of 4) sorted by relevance
241 } else if (data_vio_has_allocation(data_vio)) { in dump_data_vio()
1520 !data_vio_has_allocation(data_vio)) { in select_writing_agent()1565 if (!data_vio_has_allocation(agent)) { in start_writing()1568 if (!data_vio_has_allocation(agent)) { in start_writing()1687 lock->update_advice = !data_vio_has_allocation(agent); in finish_querying()1712 (data_vio_has_allocation(data_vio) ? UDS_POST : UDS_QUERY)); in start_querying()
1294 if (data_vio_has_allocation(data_vio)) { in perform_cleanup_stage()1789 VDO_ASSERT_LOG_ONLY(data_vio_has_allocation(data_vio), in launch_compress_data_vio()1879 if (!data_vio_has_allocation(data_vio)) { in write_data_vio()
318 static inline bool data_vio_has_allocation(struct data_vio *data_vio) in data_vio_has_allocation() function