Home
last modified time | relevance | path

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

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