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

/linux-master/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))
H A Ddm-thin.c4500 limits->max_discard_sectors = pool->sectors_per_block * BIO_PRISON_MAX_RANGE;

Completed in 159 milliseconds