Searched refs:origin_path (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/docs/ |
| H A D | checktransupdate.py | 65 def get_origin_from_trans(origin_path, t_from_head): 67 o_from_t = get_latest_commit_from(origin_path, t_from_head["hash"]) 69 o_from_t = get_latest_commit_from(origin_path, o_from_t["hash"] + "^") 75 def get_origin_from_trans_smartly(origin_path, t_from_head): 101 o_from_t = get_latest_commit_from(origin_path, origin_commit_hash) 63 get_origin_from_trans(origin_path, t_from_head) global() argument 73 get_origin_from_trans_smartly(origin_path, t_from_head) global() argument
|
| /linux/drivers/md/ |
| H A D | dm-snap.c | 1236 char *origin_path, *cow_path; in snapshot_ctr() local 1265 origin_path = argv[0]; in snapshot_ctr() 1269 r = dm_get_device(ti, origin_path, origin_mode, &s->origin); in snapshot_ctr()
|