Home
last modified time | relevance | path

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

/linux/drivers/mtd/
H A Dmtdpstore.c84 u32 zonecnt = mtd->erasesize / cxt->info.kmsg_size; in mtdpstore_block_mark_unused() local
89 while (zonecnt > 0) { in mtdpstore_block_mark_unused()
93 zonecnt--; in mtdpstore_block_mark_unused()
111 u32 zonecnt = mtd->erasesize / cxt->info.kmsg_size; in mtdpstore_block_is_used() local
116 while (zonecnt > 0) { in mtdpstore_block_is_used()
120 zonecnt--; in mtdpstore_block_is_used()
153 u32 zonecnt = mtd->erasesize / cxt->info.kmsg_size; in mtdpstore_block_clear_removed() local
158 while (zonecnt > 0) { in mtdpstore_block_clear_removed()
161 zonecnt--; in mtdpstore_block_clear_removed()
169 u32 zonecnt = mtd->erasesize / cxt->info.kmsg_size; in mtdpstore_block_is_removed() local
[all …]