Lines Matching refs:stack
505 struct ovl_path *stack = &origin; in ovl_verify_index() local
580 err = ovl_check_origin_fh(ofs, fh, false, index, &stack); in ovl_verify_index()
817 struct ovl_path *stack = NULL, *origin_path = NULL; in ovl_lookup() local
890 stack = kcalloc(ofs->numlower, sizeof(struct ovl_path), in ovl_lookup()
892 if (!stack) in ovl_lookup()
956 stack[ctr].dentry = this; in ovl_lookup()
957 stack[ctr].layer = lower.layer; in ovl_lookup()
1004 if (WARN_ON(stack != NULL)) { in ovl_lookup()
1008 stack = origin_path; in ovl_lookup()
1029 origin = stack[0].dentry; in ovl_lookup()
1046 memcpy(oe->lowerstack, stack, sizeof(struct ovl_path) * ctr); in ovl_lookup()
1067 .lowerpath = stack, in ovl_lookup()
1072 stack[ctr - 1].dentry : NULL, in ovl_lookup()
1087 kfree(stack); in ovl_lookup()
1097 dput(stack[i].dentry); in ovl_lookup()
1098 kfree(stack); in ovl_lookup()