Lines Matching refs:stack
517 struct ovl_path *stack = &origin;
587 err = ovl_check_origin_fh(ofs, fh, false, index, &stack);
774 * Returns next layer in stack starting from top.
824 struct ovl_path *stack = NULL, *origin_path = NULL;
894 stack = kcalloc(ofs->numlayer - 1, sizeof(struct ovl_path),
896 if (!stack)
966 stack[ctr].dentry = this;
967 stack[ctr].layer = lower.layer;
1001 * using ORIGIN xattr on upper, install it in stack.
1012 if (WARN_ON(stack != NULL)) {
1016 stack = origin_path;
1042 origin = stack[0].dentry;
1059 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr);
1084 .lowerpath = stack,
1089 stack[ctr - 1].dentry : NULL,
1108 kfree(stack);
1118 dput(stack[i].dentry);
1119 kfree(stack);