Lines Matching defs:copy
1160 static void copy(struct dm_cache_migration *mg, bool promote)
1211 * The overwrite bio is part of the copy operation, as such it does
1228 * 3) copy or issue overwrite bio
1368 * Did the copy succeed?
1382 * Did the copy succeed?
1418 copy(mg, is_policy_promote);
1433 * Fallback to a real full copy after doing some tidying up.
2626 const char **copy;
2628 copy = kcalloc(argc, sizeof(*copy), GFP_KERNEL);
2629 if (!copy)
2632 copy[i] = kstrdup(argv[i], GFP_KERNEL);
2633 if (!copy[i]) {
2635 kfree(copy[i]);
2636 kfree(copy);
2642 cache->ctr_args = copy;