Lines Matching refs:ovl_path
343 struct dentry *upperdentry, struct ovl_path **stackp)
373 *stackp = kmalloc(sizeof(struct ovl_path), GFP_KERNEL);
378 **stackp = (struct ovl_path){
394 struct ovl_path **stackp)
516 struct ovl_path origin = { };
517 struct ovl_path *stack = &origin;
824 struct ovl_path *stack = NULL, *origin_path = NULL;
894 stack = kcalloc(ofs->numlayer - 1, sizeof(struct ovl_path),
901 struct ovl_path lower = poe->lowerstack[i];
1059 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr);