Lines Matching refs:cell_defer
864 static void cell_defer(struct cache *cache, struct dm_bio_prison_cell *cell, in cell_defer() function
889 cell_defer(cache, mg->old_ocell, false); in migration_failure()
895 cell_defer(cache, mg->old_ocell, mg->promote ? false : true); in migration_failure()
897 cell_defer(cache, mg->new_ocell, true); in migration_failure()
901 cell_defer(cache, mg->new_ocell, true); in migration_failure()
914 cell_defer(cache, mg->old_ocell, false); in migration_success_pre_commit()
924 cell_defer(cache, mg->new_ocell, true); in migration_success_pre_commit()
953 cell_defer(cache, mg->old_ocell, mg->promote ? false : true); in migration_success_post_commit()
971 cell_defer(cache, mg->new_ocell, true); in migration_success_post_commit()
978 cell_defer(cache, mg->new_ocell, false); in migration_success_post_commit()
1466 cell_defer(cache, new_ocell, false); in process_bio()
2501 cell_defer(cache, *cell, true); in __cache_map()
2506 cell_defer(cache, *cell, false); in __cache_map()
2520 cell_defer(cache, *cell, true); in __cache_map()
2546 cell_defer(cache, *cell, false); in __cache_map()
2557 cell_defer(cache, *cell, false); in __cache_map()
2574 cell_defer(cache, cell, false); in cache_map()