Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/md/
H A Ddm-bio-prison-v1.h39 * exceed BIO_PRISON_MAX_RANGE. Also the range must not
44 #define BIO_PRISON_MAX_RANGE 1024 macro
87 * Returns false if key is beyond BIO_PRISON_MAX_RANGE or spans a boundary.
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()

Completed in 8 milliseconds