Home
last modified time | relevance | path

Searched refs:vdo_from_data_vio (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddata-vio.h313 static inline struct vdo *vdo_from_data_vio(struct data_vio *data_vio) in vdo_from_data_vio() function
520 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()
H A Ddata-vio.c246 struct vdo *vdo = vdo_from_data_vio(data_vio); in initialize_lbn_lock()
261 struct vdo *vdo = vdo_from_data_vio(data_vio); in launch_locked_request()
275 struct vdo *vdo = vdo_from_data_vio(data_vio); in acknowledge_data_vio()
426 struct vdo *vdo = vdo_from_data_vio(data_vio); in attempt_logical_block_lock()
1283 struct vdo *vdo = vdo_from_data_vio(data_vio); in perform_cleanup_stage()
1738 if (!vdo_get_compressing(vdo_from_data_vio(data_vio)) || in pack_compressed_data()
1808 !vdo_get_compressing(vdo_from_data_vio(data_vio)) || in launch_compress_data_vio()
1837 data_vio->hash_zone = vdo_select_hash_zone(vdo_from_data_vio(data_vio)->hash_zones, in hash_data_vio()
H A Dpacker.c216 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()
H A Ddedupe.c1314 struct slab_depot *depot = vdo_from_data_vio(agent)->depot; in lock_duplicate_pbn()
1605 struct vdo *vdo = vdo_from_data_vio(data_vio); in decode_uds_advice()
2904 struct vdo *vdo = vdo_from_data_vio(data_vio); in query_index()
H A Dblock-map.c1805 if (is_invalid_tree_entry(vdo_from_data_vio(data_vio), &mapping, lock->height)) { in continue_with_loaded_page()
2283 if (is_invalid_tree_entry(vdo_from_data_vio(data_vio), &mapping, lock->height)) { in vdo_find_block_map_slot()
2979 struct block_map *map = vdo_from_data_vio(data_vio)->block_map; in vdo_compute_logical_zone()
3155 result = vdo_get_physical_zone(vdo_from_data_vio(data_vio), in set_mapped_location()