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()
1518 !data_vio_has_allocation(data_vio)) { in select_writing_agent()1563 if (!data_vio_has_allocation(agent)) { in start_writing()1566 if (!data_vio_has_allocation(agent)) { in start_writing()1685 lock->update_advice = !data_vio_has_allocation(agent); in finish_querying()1710 (data_vio_has_allocation(data_vio) ? UDS_POST : UDS_QUERY)); in start_querying()
1289 if (data_vio_has_allocation(data_vio)) { in perform_cleanup_stage()1776 VDO_ASSERT_LOG_ONLY(data_vio_has_allocation(data_vio), in launch_compress_data_vio()1864 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