Home
last modified time | relevance | path

Searched refs:ovl_path (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/fs/overlayfs/
Dovl_entry.h45 struct ovl_path { struct
117 struct ovl_path lowerstack[];
137 struct ovl_path lowerpath;
Dnamei.c354 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh()
384 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()
389 **stackp = (struct ovl_path){ in ovl_check_origin_fh()
405 struct ovl_path **stackp) in ovl_check_origin()
527 struct ovl_path origin = { }; in ovl_verify_index()
528 struct ovl_path *stack = &origin; in ovl_verify_index()
837 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup()
908 stack = kcalloc(ofs->numlayer - 1, sizeof(struct ovl_path), in ovl_lookup()
915 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup()
1074 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
Dexport.c282 struct ovl_path *lowerpath, in ovl_obtain_alias()
655 struct ovl_path *lowerpath, in ovl_get_dentry()
704 struct ovl_path origin = { }; in ovl_lower_fh_to_d()
705 struct ovl_path *stack = &origin; in ovl_lower_fh_to_d()
Doverlayfs.h524 struct dentry *upperdentry, struct ovl_path **stackp);
608 struct ovl_path *lowerpath;
Dinode.c1187 struct ovl_path *lowerpath = oip->lowerpath; in ovl_get_inode()
Dsuper.c1950 struct ovl_path *lowerpath = &oe->lowerstack[0]; in ovl_get_root()