Home
last modified time | relevance | path

Searched refs:cache_block_lba (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/memstick/core/
H A Dms_block.c1503 if (msb->cache_block_lba == MS_BLOCK_INVALID) in msb_cache_discard()
1509 msb->cache_block_lba = MS_BLOCK_INVALID; in msb_cache_discard()
1536 if (msb->cache_block_lba == MS_BLOCK_INVALID) in msb_cache_flush()
1539 lba = msb->cache_block_lba; in msb_cache_flush()
1543 pba, msb->cache_block_lba); in msb_cache_flush()
1578 error = msb_update_block(msb, msb->cache_block_lba, &sg, 0); in msb_cache_flush()
1579 pba = msb->lba_to_pba_table[msb->cache_block_lba]; in msb_cache_flush()
1608 if (msb->cache_block_lba == MS_BLOCK_INVALID || in msb_cache_write()
1609 lba != msb->cache_block_lba) in msb_cache_write()
1614 if (msb->cache_block_lba ! in msb_cache_write()
[all...]
H A Dms_block.h187 int cache_block_lba; member
/kernel/linux/linux-6.6/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()
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 ! in msb_cache_write()
[all...]
H A Dms_block.h186 int cache_block_lba; member

Completed in 7 milliseconds