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
568 if ((result != VDO_NO_SPACE) || (was_waiting && tried_all)) { in continue_allocating()595 if ((result != VDO_NO_SPACE) || !continue_allocating(data_vio)) in vdo_allocate_block_in_zone()
664 return VDO_NO_SPACE; in vdo_configure_slab_depot()820 return VDO_NO_SPACE; in make_partition()823 return VDO_NO_SPACE; in make_partition()865 return vdo_log_error_strerror(VDO_NO_SPACE, in vdo_initialize_layout()
268 case VDO_NO_SPACE: in update_vio_error_stats()
1869 continue_data_vio_with_error(data_vio, VDO_NO_SPACE); in write_data_vio()1962 if (completion->result == VDO_NO_SPACE) { in handle_allocation_error()
1728 if (result == VDO_NO_SPACE) in abort_lookup_for_waiter()1730 } else if (result != VDO_NO_SPACE) { in abort_lookup_for_waiter()1739 if (result != VDO_NO_SPACE) in abort_lookup()
3219 return VDO_NO_SPACE; in allocate_slab_block()3269 if ((result == VDO_SUCCESS) || (result != VDO_NO_SPACE)) in vdo_allocate_block()3302 return VDO_NO_SPACE; in vdo_enqueue_clean_slab_waiter()
1574 continue_data_vio_with_error(agent, VDO_NO_SPACE); in start_writing()
Completed in 77 milliseconds