Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dblk_types.h281 #define BIO_MAX_SECTORS (UINT_MAX >> SECTOR_SHIFT) macro
/linux-6.15/block/
H A Dbio.c1620 if (WARN_ON_ONCE(offset > BIO_MAX_SECTORS || size > BIO_MAX_SECTORS || in bio_trim()