Home
last modified time | relevance | path

Searched refs:slab_journal_scrubbing_threshold (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dtypes.h191 block_count_t slab_journal_scrubbing_threshold; member
H A Dencodings.c562 encode_u64_le(buffer, offset, state.slab_config.slab_journal_scrubbing_threshold); in encode_slab_depot_state_2_0()
613 slab_config.slab_journal_scrubbing_threshold = count; in decode_slab_depot_state_2_0()
760 .slab_journal_scrubbing_threshold = scrubbing_threshold}; in vdo_configure_slab()
H A Dslab-depot.c3678 journal->scrubbing_threshold = slab_config->slab_journal_scrubbing_threshold; in initialize_slab_journal()