Searched refs:origin_path (Results 1 – 2 of 2) sorted by relevance
830 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() local879 err = ovl_check_origin(ofs, upperdentry, &origin_path); in ovl_lookup()1022 stack = origin_path; in ovl_lookup()1024 origin = origin_path->dentry; in ovl_lookup()1025 origin_path = NULL; in ovl_lookup()1110 if (origin_path) { in ovl_lookup()1111 dput(origin_path->dentry); in ovl_lookup()1112 kfree(origin_path); in ovl_lookup()1128 if (origin_path) { in ovl_lookup()1129 dput(origin_path->dentry); in ovl_lookup()[all …]
1258 char *origin_path, *cow_path; in snapshot_ctr() local1288 origin_path = argv[0]; in snapshot_ctr()1292 r = dm_get_device(ti, origin_path, origin_mode, &s->origin); in snapshot_ctr()
Completed in 11 milliseconds