Searched refs:BIO_MAX_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dbio.h43 #define BIO_MAX_SIZE (BIO_MAX_PAGES << PAGE_CACHE_SHIFT) macro
44 #define BIO_MAX_SECTORS (BIO_MAX_SIZE >> 9)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dblk-map.c129 map_len = min_t(unsigned long, len - bytes_read, BIO_MAX_SIZE);

Completed in 161 milliseconds