Lines Matching refs:argv
1251 static int snapshot_ctr(struct dm_target *ti, unsigned int argc, char **argv)
1281 as.argv = argv;
1287 origin_path = argv[0];
1288 argv++;
1298 cow_path = argv[0];
1299 argv++;
1315 r = dm_exception_store_create(ti, argc, argv, s, &args_used, &s->store);
1322 argv += args_used;
2633 static int origin_ctr(struct dm_target *ti, unsigned int argc, char **argv)
2650 r = dm_get_device(ti, argv[0], dm_table_get_mode(ti->table), &o->dev);