Lines Matching refs:argv
1237 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv)
1266 as.argv = argv;
1272 origin_path = argv[0];
1273 argv++;
1282 cow_path = argv[0];
1283 argv++;
1297 r = dm_exception_store_create(ti, argc, argv, s, &args_used, &s->store);
1304 argv += args_used;
2622 static int origin_ctr(struct dm_target *ti, unsigned int argc, char **argv)
2639 r = dm_get_device(ti, argv[0], dm_table_get_mode(ti->table), &o->dev);