Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/memstick/core/
Dms_block.c1507 if (msb->cache_block_lba == MS_BLOCK_INVALID) in msb_cache_discard()
1513 msb->cache_block_lba = MS_BLOCK_INVALID; in msb_cache_discard()
1540 if (msb->cache_block_lba == MS_BLOCK_INVALID) in msb_cache_flush()
1543 lba = msb->cache_block_lba; in msb_cache_flush()
1547 pba, msb->cache_block_lba); in msb_cache_flush()
1582 error = msb_update_block(msb, msb->cache_block_lba, &sg, 0); in msb_cache_flush()
1583 pba = msb->lba_to_pba_table[msb->cache_block_lba]; in msb_cache_flush()
1612 if (msb->cache_block_lba == MS_BLOCK_INVALID || in msb_cache_write()
1613 lba != msb->cache_block_lba) in msb_cache_write()
1618 if (msb->cache_block_lba != MS_BLOCK_INVALID && in msb_cache_write()
[all …]
Dms_block.h190 int cache_block_lba; member