Lines Matching defs:copy
124 * Save a copy of the table line rather than reconstructing it for the
831 /* Issue copy */
945 * region's size, then we don't need to copy the region from the source
970 * un-hydrated regions) and at the same time issue big copy requests to kcopyd
1344 * discarded regions, i.e., we skip the copy from the source device and
1748 const char **copy;
1750 copy = kcalloc(argc, sizeof(*copy), GFP_KERNEL);
1751 if (!copy)
1755 copy[i] = kstrdup(argv[i], GFP_KERNEL);
1757 if (!copy[i]) {
1759 kfree(copy[i]);
1760 kfree(copy);
1766 clone->ctr_args = copy;
1907 /* Save a copy of the table line */