Home
last modified time | relevance | path

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

/Linux-v5.4/fs/overlayfs/
Dovl_entry.h38 struct ovl_path { struct
85 struct ovl_path lowerstack[];
Dnamei.c322 struct dentry *upperdentry, struct ovl_path **stackp) in ovl_check_origin_fh()
344 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL); in ovl_check_origin_fh()
349 **stackp = (struct ovl_path){ in ovl_check_origin_fh()
365 struct ovl_path **stackp, unsigned int *ctrp) in ovl_check_origin()
496 struct ovl_path origin = { }; in ovl_verify_index()
497 struct ovl_path *stack = &origin; in ovl_verify_index()
813 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup()
886 stack = kcalloc(ofs->numlower, sizeof(struct ovl_path), in ovl_lookup()
893 struct ovl_path lower = poe->lowerstack[i]; in ovl_lookup()
1042 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
Dexport.c291 struct ovl_path *lowerpath, in ovl_obtain_alias()
654 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.h309 struct dentry *upperdentry, struct ovl_path **stackp);
368 struct ovl_path *lowerpath;
Dinode.c872 struct ovl_path *lowerpath = oip->lowerpath; in ovl_get_inode()