Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dnamei.c344 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh()
374 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()
379 **stackp = (struct ovl_path){ in ovl_check_origin_fh()
395 struct ovl_path **stackp) in ovl_check_origin()
517 struct ovl_path origin = { }; in ovl_verify_index()
518 struct ovl_path *stack = &origin; in ovl_verify_index()
825 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup()
895 stack = kcalloc(ofs->numlayer - 1, sizeof(struct ovl_path), in ovl_lookup()
902 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup()
1058 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
H A Dovl_entry.h44 struct ovl_path { struct
111 struct ovl_path lowerstack[];
H A Dexport.c280 struct ovl_path *lowerpath, in ovl_obtain_alias()
648 struct ovl_path *lowerpath, in ovl_get_dentry()
697 struct ovl_path origin = { }; in ovl_lower_fh_to_d()
698 struct ovl_path *stack = &origin; in ovl_lower_fh_to_d()
H A Doverlayfs.h405 struct dentry *upperdentry, struct ovl_path **stackp);
479 struct ovl_path *lowerpath;
H A Dinode.c958 struct ovl_path *lowerpath = oip->lowerpath; in ovl_get_inode()
H A Dsuper.c1862 struct ovl_path *lowerpath = &oe->lowerstack[0]; in ovl_get_root()