Searched refs:origin_path (Results 1 – 2 of 2) sorted by relevance
1037 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() local1088 err = ovl_check_origin(ofs, upperdentry, &origin_path); in ovl_lookup()1161 (!d.is_dir && ofs->config.index && origin_path))) { in ovl_lookup()1236 } else if (!d.is_dir && upperdentry && !ctr && origin_path) { in ovl_lookup()1241 stack = origin_path; in ovl_lookup()1243 origin = origin_path->dentry; in ovl_lookup()1244 origin_path = NULL; in ovl_lookup()1346 if (origin_path) { in ovl_lookup()1347 dput(origin_path->dentry); in ovl_lookup()1348 kfree(origin_path); in ovl_lookup()[all …]
62 def get_origin_from_trans(origin_path, t_from_head): argument64 o_from_t = get_latest_commit_from(origin_path, t_from_head["hash"])66 o_from_t = get_latest_commit_from(origin_path, o_from_t["hash"] + "^")