Lines Matching refs:promote
367 bool promote:1; member
1142 cell_defer(cache, mg->old_ocell, mg->promote ? false : true); in migration_failure()
1143 if (mg->promote) in migration_failure()
1174 if (mg->promote) in migration_success_pre_commit()
1208 cell_defer(cache, mg->old_ocell, mg->promote ? false : true); in migration_success_post_commit()
1210 if (mg->promote) { in migration_success_post_commit()
1469 static void promote(struct cache *cache, struct prealloc *structs, in promote() function
1479 mg->promote = true; in promote()
1503 mg->promote = false; in writeback()
1529 mg->promote = true; in demote_then_promote()
1558 mg->promote = false; in invalidate()
1581 mg->promote = false; in discard()
1870 promote(cache, structs, block, lookup_result.cblock, new_ocell); in process_cell()