Home
last modified time | relevance | path

Searched refs:free_block_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/memstick/core/
H A Dms_block.h180 int free_block_count[MS_MAX_ZONES]; member
/linux/drivers/md/dm-vdo/
H A Dslab-depot.c623 block_count_t free_block_count; in update_tail_block_location() local
636 free_block_count = ((block_count_t) hint) << slab->allocator->depot->hint_shift; in update_tail_block_location()
638 free_block_count = slab->free_blocks; in update_tail_block_location()
652 (journal->head > 1), false, free_block_count); in update_tail_block_location()