Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/memstick/core/
Dms_block.c1510 if (msb->cache_block_lba == MS_BLOCK_INVALID) in msb_cache_discard()
1516 msb->cache_block_lba = MS_BLOCK_INVALID; in msb_cache_discard()
1543 if (msb->cache_block_lba == MS_BLOCK_INVALID) in msb_cache_flush()
1546 lba = msb->cache_block_lba; in msb_cache_flush()
1550 pba, msb->cache_block_lba); in msb_cache_flush()
1585 error = msb_update_block(msb, msb->cache_block_lba, &sg, 0); in msb_cache_flush()
1586 pba = msb->lba_to_pba_table[msb->cache_block_lba]; in msb_cache_flush()
1615 if (msb->cache_block_lba == MS_BLOCK_INVALID || in msb_cache_write()
1616 lba != msb->cache_block_lba) in msb_cache_write()
1621 if (msb->cache_block_lba != MS_BLOCK_INVALID && in msb_cache_write()
[all …]
Dms_block.h186 int cache_block_lba; member