Searched refs:commit_needed (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-cache-target.c | 1670 bool *commit_needed) in map_bio() 1676 *commit_needed = false; in map_bio() 1682 * wait. We set the commit_needed flag so the current in map_bio() 1686 *commit_needed = true; in map_bio() 1777 *commit_needed = true; in map_bio() 1786 bool commit_needed; in process_bio() local 1788 if (map_bio(cache, bio, get_bio_block(cache, bio), &commit_needed) == DM_MAPIO_REMAPPED) in process_bio() 1791 return commit_needed; in process_bio() 1866 bool commit_needed = false; in process_deferred_bios() local 1879 commit_needed in process_deferred_bios() 1669 map_bio(struct cache *cache, struct bio *bio, dm_oblock_t block, bool *commit_needed) map_bio() argument 2687 bool commit_needed; cache_map() local [all...] |
H A D | dm-era-target.c | 1244 bool commit_needed = false; in process_deferred_bios() local 1269 commit_needed = true; in process_deferred_bios() 1274 if (commit_needed) { in process_deferred_bios() 1290 if (commit_needed) in process_deferred_bios()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-cache-target.c | 1614 bool *commit_needed) in map_bio() 1620 *commit_needed = false; in map_bio() 1626 * wait. We set the commit_needed flag so the current in map_bio() 1630 *commit_needed = true; in map_bio() 1721 *commit_needed = true; in map_bio() 1730 bool commit_needed; in process_bio() local 1732 if (map_bio(cache, bio, get_bio_block(cache, bio), &commit_needed) == DM_MAPIO_REMAPPED) in process_bio() 1735 return commit_needed; in process_bio() 1812 bool commit_needed = false; in process_deferred_bios() local 1825 commit_needed in process_deferred_bios() 1613 map_bio(struct cache *cache, struct bio *bio, dm_oblock_t block, bool *commit_needed) map_bio() argument 2636 bool commit_needed; cache_map() local [all...] |
H A D | dm-era-target.c | 1267 bool commit_needed = false; in process_deferred_bios() local 1292 commit_needed = true; in process_deferred_bios() 1297 if (commit_needed) { in process_deferred_bios() 1313 if (commit_needed) in process_deferred_bios()
|
Completed in 14 milliseconds