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() function520 thread_id_t journal_thread = vdo_from_data_vio(data_vio)->thread_config.journal_thread; in assert_data_vio_in_journal_zone()532 thread_id_t journal_thread = vdo_from_data_vio(data_vio)->thread_config.journal_thread; in set_data_vio_journal_callback()550 thread_id_t packer_thread = vdo_from_data_vio(data_vio)->thread_config.packer_thread; in assert_data_vio_in_packer_zone()562 thread_id_t packer_thread = vdo_from_data_vio(data_vio)->thread_config.packer_thread; in set_data_vio_packer_callback()580 thread_id_t cpu_thread = vdo_from_data_vio(data_vio)->thread_config.cpu_thread; in assert_data_vio_on_cpu_thread()592 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()423 struct vdo *vdo = vdo_from_data_vio(data_vio); in attempt_logical_block_lock()1278 struct vdo *vdo = vdo_from_data_vio(data_vio); in perform_cleanup_stage()1727 if (!vdo_get_compressing(vdo_from_data_vio(data_vio)) || in pack_compressed_data()1795 !vdo_get_compressing(vdo_from_data_vio(data_vio)) || in launch_compress_data_vio()1823 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()462 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()2910 struct vdo *vdo = vdo_from_data_vio(data_vio); in query_index()
1785 if (is_invalid_tree_entry(vdo_from_data_vio(data_vio), &mapping, lock->height)) { in continue_with_loaded_page()2262 if (is_invalid_tree_entry(vdo_from_data_vio(data_vio), &mapping, lock->height)) { in vdo_find_block_map_slot()2947 struct block_map *map = vdo_from_data_vio(data_vio)->block_map; in vdo_compute_logical_zone()3120 result = vdo_get_physical_zone(vdo_from_data_vio(data_vio), in set_mapped_location()
Completed in 22 milliseconds