Home
last modified time | relevance | path

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

/drivers/md/dm-vdo/
A Dencodings.h511 VDO_SLAB_JOURNAL_FULL_ENTRIES_PER_BLOCK = (VDO_SLAB_JOURNAL_PAYLOAD_SIZE * 8) / 25, enumerator
513 ((VDO_SLAB_JOURNAL_FULL_ENTRIES_PER_BLOCK - 1) / 8) + 1,
521 packed_slab_journal_entry entries[VDO_SLAB_JOURNAL_FULL_ENTRIES_PER_BLOCK];
A Dencodings.c733 minimal_extra_space = 1 + (MAXIMUM_VDO_USER_VIOS / VDO_SLAB_JOURNAL_FULL_ENTRIES_PER_BLOCK); in vdo_configure_slab()
A Dslab-depot.c3747 journal->full_entries_per_block = VDO_SLAB_JOURNAL_FULL_ENTRIES_PER_BLOCK; in initialize_slab_journal()

Completed in 20 milliseconds