Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memstick/core/
H A 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()
1615 if (msb->cache_block_lba == MS_BLOCK_INVALID || in msb_cache_write()
1616 lba != msb->cache_block_lba) in msb_cache_write()
1622 lba != msb->cache_block_lba) { in msb_cache_write()
1630 msb->cache_block_lba = lba; in msb_cache_write()
1654 if (lba == msb->cache_block_lba && in msb_cache_read()
[all …]
H A Dms_block.h186 int cache_block_lba; member