Home
last modified time | relevance | path

Searched refs:origin_path (Results 1 – 2 of 2) sorted by relevance

/linux/fs/overlayfs/
H A Dnamei.c1087 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() local
1140 err = ovl_check_origin(ofs, upperdentry, &origin_path); in ovl_lookup()
1211 (!d.is_dir && ofs->config.index && origin_path))) { in ovl_lookup()
1275 } else if (!d.is_dir && upperdentry && !ctr && origin_path) { in ovl_lookup()
1280 stack = origin_path; in ovl_lookup()
1282 origin = origin_path->dentry; in ovl_lookup()
1283 origin_path = NULL; in ovl_lookup()
1391 if (origin_path) { in ovl_lookup()
1392 dput(origin_path->dentry); in ovl_lookup()
1393 kfree(origin_path); in ovl_lookup()
[all …]
/linux/scripts/
H A Dchecktransupdate.py63 def get_origin_from_trans(origin_path, t_from_head):
65 o_from_t = get_latest_commit_from(origin_path, t_from_head["hash"])
67 o_from_t = get_latest_commit_from(origin_path, o_from_t["hash"] + "^")
73 def get_origin_from_trans_smartly(origin_path, t_from_head):
99 o_from_t = get_latest_commit_from(origin_path, origin_commit_hash)
62 get_origin_from_trans(origin_path, t_from_head) global() argument