Searched refs:vdo_from_data_vio (Results 1 – 5 of 5) sorted by relevance
313 static inline struct vdo *vdo_from_data_vio(struct data_vio *data_vio) in vdo_from_data_vio() function525 thread_id_t journal_thread = vdo_from_data_vio(data_vio)->thread_config.journal_thread; in assert_data_vio_in_journal_zone()537 thread_id_t journal_thread = vdo_from_data_vio(data_vio)->thread_config.journal_thread; in set_data_vio_journal_callback()555 thread_id_t packer_thread = vdo_from_data_vio(data_vio)->thread_config.packer_thread; in assert_data_vio_in_packer_zone()567 thread_id_t packer_thread = vdo_from_data_vio(data_vio)->thread_config.packer_thread; in set_data_vio_packer_callback()585 thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread; in assert_data_vio_on_cpu_thread()597 thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread; in set_data_vio_cpu_callback()
244 struct vdo *vdo = vdo_from_data_vio(data_vio); in initialize_lbn_lock()259 struct vdo *vdo = vdo_from_data_vio(data_vio); in launch_locked_request()273 struct vdo *vdo = vdo_from_data_vio(data_vio); in acknowledge_data_vio()422 struct vdo *vdo = vdo_from_data_vio(data_vio); in attempt_logical_block_lock()1306 struct vdo *vdo = vdo_from_data_vio(data_vio); in perform_cleanup_stage()1755 if (!vdo_get_compressing(vdo_from_data_vio(data_vio)) || in pack_compressed_data()1823 !vdo_get_compressing(vdo_from_data_vio(data_vio)) || in launch_compress_data_vio()1851 data_vio->hash_zone = vdo_select_hash_zone(vdo_from_data_vio(data_vio)->hash_zones, in hash_data_vio()
216 return vdo_from_data_vio(data_vio)->packer; in get_packer_from_data_vio()463 if (vdo_is_read_only(vdo_from_data_vio(agent))) { in write_bin()
1312 struct slab_depot *depot = vdo_from_data_vio(agent)->depot; in lock_duplicate_pbn()1603 struct vdo *vdo = vdo_from_data_vio(data_vio); in decode_uds_advice()2908 struct vdo *vdo = vdo_from_data_vio(data_vio); in query_index()
1787 if (is_invalid_tree_entry(vdo_from_data_vio(data_vio), &mapping, lock->height)) { in continue_with_loaded_page()2265 if (is_invalid_tree_entry(vdo_from_data_vio(data_vio), &mapping, lock->height)) { in vdo_find_block_map_slot()2950 struct block_map *map = vdo_from_data_vio(data_vio)->block_map; in vdo_compute_logical_zone()3123 result = vdo_get_physical_zone(vdo_from_data_vio(data_vio), in set_mapped_location()
Completed in 26 milliseconds