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

/linux-4.4.14/drivers/mtd/
H A Dmtdswap.c73 #define BLOCK_MAX (UINT_MAX - 2) macro
1091 if (mapped <= BLOCK_MAX) { mtdswap_writesect()
1148 if (realblock > BLOCK_MAX) { mtdswap_readsect()
1203 if (mapped <= BLOCK_MAX) { mtdswap_discard()
1468 size_limit = (uint64_t) BLOCK_MAX * PAGE_SIZE; mtdswap_add_mtd()

Completed in 104 milliseconds