Home
last modified time | relevance | path

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

/Linux-v4.19/fs/overlayfs/
Dovl_entry.h39 struct ovl_path { struct
81 struct ovl_path lowerstack[];
Dnamei.c318 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh()
340 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()
345 **stackp = (struct ovl_path){ in ovl_check_origin_fh()
361 struct ovl_path **stackp, unsigned int *ctrp) in ovl_check_origin()
490 struct ovl_path origin = { }; in ovl_verify_index()
491 struct ovl_path *stack = &origin; in ovl_verify_index()
807 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup()
879 stack = kcalloc(ofs->numlower, sizeof(struct ovl_path), in ovl_lookup()
886 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup()
1035 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
Dexport.c295 struct ovl_path *lowerpath, in ovl_obtain_alias()
658 struct ovl_path *lowerpath, in ovl_get_dentry()
708 struct ovl_path origin = { }; in ovl_lower_fh_to_d()
709 struct ovl_path *stack = &origin; in ovl_lower_fh_to_d()
Doverlayfs.h299 struct dentry *upperdentry, struct ovl_path **stackp);
358 struct ovl_path *lowerpath;
Dinode.c826 struct ovl_path *lowerpath = oip->lowerpath; in ovl_get_inode()