Searched refs:VDO_NO_SPACE (Results 1 – 9 of 9) sorted by relevance
83 case VDO_NO_SPACE: in vdo_status_to_errno()
28 VDO_NO_SPACE, enumerator
569 if ((result != VDO_NO_SPACE) || (was_waiting && tried_all)) { in continue_allocating()596 if ((result != VDO_NO_SPACE) || !continue_allocating(data_vio)) in vdo_allocate_block_in_zone()
677 return VDO_NO_SPACE; in vdo_configure_slab_depot()833 return VDO_NO_SPACE; in make_partition()836 return VDO_NO_SPACE; in make_partition()878 return vdo_log_error_strerror(VDO_NO_SPACE, in vdo_initialize_layout()
268 case VDO_NO_SPACE: in update_vio_error_stats()
1884 continue_data_vio_with_error(data_vio, VDO_NO_SPACE); in write_data_vio()1980 if (completion->result == VDO_NO_SPACE) { in handle_allocation_error()
1748 if (result == VDO_NO_SPACE) in abort_lookup_for_waiter()1750 } else if (result != VDO_NO_SPACE) { in abort_lookup_for_waiter()1759 if (result != VDO_NO_SPACE) in abort_lookup()
3230 return VDO_NO_SPACE; in allocate_slab_block()3280 if ((result == VDO_SUCCESS) || (result != VDO_NO_SPACE)) in vdo_allocate_block()3313 return VDO_NO_SPACE; in vdo_enqueue_clean_slab_waiter()
1576 continue_data_vio_with_error(agent, VDO_NO_SPACE); in start_writing()