Searched refs:origin_path (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/fs/overlayfs/ |
| H A D | namei.c | 1035 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() local 1086 err = ovl_check_origin(ofs, upperdentry, &origin_path); in ovl_lookup() 1239 stack = origin_path; in ovl_lookup() 1241 origin = origin_path->dentry; in ovl_lookup() 1242 origin_path = NULL; in ovl_lookup() 1344 if (origin_path) { in ovl_lookup() 1345 dput(origin_path->dentry); in ovl_lookup() 1346 kfree(origin_path); in ovl_lookup() 1359 if (origin_path) { in ovl_lookup() 1360 dput(origin_path->dentry); in ovl_lookup() [all …]
|
| /linux-6.15/scripts/ |
| H A D | checktransupdate.py | 62 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.15/drivers/md/ |
| H A D | dm-snap.c | 1245 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()
|