Home
last modified time | relevance | path

Searched refs:vdo_is_read_only (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Dslab-depot.c238 (vdo_is_read_only(allocator->depot->vdo) ? in check_summary_drain_complete()
250 int result = (vdo_is_read_only(allocator->depot->vdo) ? in notify_summary_waiters()
328 if (vdo_is_read_only(depot->vdo)) { in launch_write()
370 if (vdo_is_read_only(block->vio.completion.vdo)) { in update_slab_summary_entry()
1044 if (vdo_is_read_only(slab->allocator->depot->vdo)) in launch_reference_block_write()
1086 if (vdo_is_read_only(completion->vdo)) { in finish_reference_block_write()
2628 if (vdo_is_read_only(allocator->depot->vdo)) in queue_slab()
3021 if (vdo_is_read_only(completion->vdo)) { in scrub_next_slab()
3298 if (vdo_is_read_only(allocator->depot->vdo)) in vdo_enqueue_clean_slab_waiter()
3324 if (vdo_is_read_only(completion->vdo)) { in vdo_modify_reference_count()
[all …]
H A Dvdo.h341 bool __must_check vdo_is_read_only(struct vdo *vdo);
H A Ddm-vdo-target.c1645 if (vdo_is_read_only(vdo)) in check_may_grow_physical()
2202 if (vdo_is_read_only(vdo)) { in load_callback()
2438 if (vdo_is_read_only(vdo)) { in grow_logical_callback()
2588 if (vdo_is_read_only(vdo)) { in grow_physical_callback()
H A Dpacker.c462 if (vdo_is_read_only(vdo_from_data_vio(agent))) { in write_bin()
H A Dblock-map.c563 if ((result != VDO_READ_ONLY) && !vdo_is_read_only(vdo)) { in set_persistent_error()
631 (vdo_is_read_only(zone->block_map->vdo) ? in check_for_drain_complete()
1110 if (vdo_is_read_only(info->cache->vdo)) { in write_pages()
1232 if (page_completion->writable && vdo_is_read_only(cache->vdo)) { in vdo_get_page()
H A Ddata-vio.c261 if (vdo_is_read_only(vdo)) { in launch_locked_request()
1324 if (vdo_is_read_only(completion->vdo)) in enter_read_only_mode()
H A Drecovery-journal.c321 return vdo_is_read_only(journal->flush_vio->completion.vdo); in is_read_only()
H A Dvdo.c1285 bool vdo_is_read_only(struct vdo *vdo) in vdo_is_read_only() function
H A Ddedupe.c2625 if (vdo_is_read_only(parent->vdo)) { in vdo_resume_hash_zones()