Home | History | Annotate | Download | only in union

Lines Matching defs:uerror

327 	int uerror, lerror;
371 uerror = union_lookup1(um->um_uppervp, &upperdvp,
373 if (uerror == ENOENT || uerror == EJUSTRETURN) {
384 uerror = ENOENT;
444 if ((uerror == EJUSTRETURN) && (cnp->cn_flags & ISLASTCN) &&
447 uerror = EROFS;
450 * at this point, we have uerror and lerror indicating
477 if ((uerror != 0) && (lerror != 0)) {
478 return (uerror);
482 if (uerror != 0 /* && (lerror == 0) */ ) {
494 uerror = union_mkshadow(um, upperdvp, cnp,
497 if (uerror == 0 && cnp->cn_nameiop != LOOKUP) {
504 if (uerror) {
509 return (uerror);
512 } else { /* uerror == 0 */