Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-bio-prison-v1.h44 #define BIO_PRISON_MAX_RANGE 1024 macro
H A Ddm-bio-prison-v1.c128 if (WARN_ON_ONCE(key->block_end - key->block_begin > BIO_PRISON_MAX_RANGE)) in dm_cell_key_has_valid_range()
H A Ddm-thin.c4496 limits->max_discard_sectors = pool->sectors_per_block * BIO_PRISON_MAX_RANGE; in thin_io_hints()