Home
last modified time | relevance | path

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

/linux-6.12.1/fs/overlayfs/
Dnamei.c1037 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() local
1088 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 …]
/linux-6.12.1/scripts/
Dchecktransupdate.py62 def get_origin_from_trans(origin_path, t_from_head): argument
64 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"] + "^")
/linux-6.12.1/drivers/md/
Ddm-snap.c1245 char *origin_path, *cow_path; in snapshot_ctr() local
1274 origin_path = argv[0]; in snapshot_ctr()
1278 r = dm_get_device(ti, origin_path, origin_mode, &s->origin); in snapshot_ctr()