Searched refs:cache_block_lba (Results 1 – 2 of 2) sorted by relevance
1510 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 …]
187 int cache_block_lba; member
Completed in 8 milliseconds