Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/
Dmtdswap.c73 #define BLOCK_MAX (UINT_MAX - 2) macro
1055 if (mapped <= BLOCK_MAX) { in mtdswap_writesect()
1112 if (realblock > BLOCK_MAX) { in mtdswap_readsect()
1167 if (mapped <= BLOCK_MAX) { in mtdswap_discard()
1413 size_limit = (uint64_t) BLOCK_MAX * PAGE_SIZE; in mtdswap_add_mtd()