Home
last modified time | relevance | path

Searched refs:slab_depot (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Dslab-depot.h381 struct slab_depot *depot;
461 struct slab_depot { struct
557 struct slab_depot **depot_ptr);
559 void vdo_free_slab_depot(struct slab_depot *depot);
568 u8 __must_check vdo_get_increment_limit(struct slab_depot *depot,
581 void vdo_load_slab_depot(struct slab_depot *depot,
589 void vdo_update_slab_depot_size(struct slab_depot *depot);
596 void vdo_abandon_new_slabs(struct slab_depot *depot);
598 void vdo_drain_slab_depot(struct slab_depot *depot,
607 void vdo_scrub_all_unrecovered_slabs(struct slab_depot *depot,
[all …]
H A Dslab-depot.c3944 struct slab_depot *depot = context; in release_tail_block_locks()
3963 struct slab_depot *depot = context; in prepare_for_tail_block_commit()
3979 struct slab_depot *depot = context; in schedule_tail_block_commit()
4237 struct slab_depot **depot_ptr) in vdo_decode_slab_depot()
4240 struct slab_depot *depot; in vdo_decode_slab_depot()
4626 struct slab_depot *depot = context; in load_slab_summary()
4653 struct slab_depot *depot = context; in load_allocator()
4686 struct slab_depot *depot = context; in prepare_to_allocate()
4789 struct slab_depot *depot = context; in finish_registration()
4803 struct slab_depot *depot = context; in register_new_slabs()
[all …]
H A Drecovery-journal.h149 struct slab_depot *depot;
275 struct slab_depot *depot, struct block_map *block_map);
H A Dvdo.h204 struct slab_depot *depot;
H A Dencodings.c1316 result = decode_slab_depot_state_2_0(buffer, offset, &states->slab_depot); in decode_components()
1396 encode_slab_depot_state_2_0(buffer, offset, states->slab_depot); in vdo_encode_component_states()
H A Drepair.c423 struct slab_depot *depot = completion->vdo->depot; in process_slot()
616 struct slab_depot *depot = completion->vdo->depot; in process_entry()
H A Dencodings.h690 struct slab_depot_state_2_0 slab_depot; member
H A Ddedupe.c1277 struct slab_depot *depot) in acquire_provisional_reference()
1312 struct slab_depot *depot = vdo_from_data_vio(agent)->depot; in lock_duplicate_pbn()
H A Drecovery-journal.c871 struct slab_depot *depot, struct block_map *block_map) in vdo_open_recovery_journal()
H A Dvdo.c895 vdo->states.slab_depot = vdo_record_slab_depot(vdo->depot); in record_vdo()
H A Ddm-vdo-target.c1359 result = vdo_decode_slab_depot(vdo->states.slab_depot, vdo, partition, in decode_vdo()