Lines Matching refs:zl_retcode
301 zl->zl_retcode = zut_open_dir(zl->zl_dir, NULL, cr, flags, &rpn, &dvn); in zut_lookup()
302 if (zl->zl_retcode) in zut_lookup()
308 zl->zl_retcode = VOP_LOOKUP(dvn, zl->zl_file, &fvn, NULL, flags, NULL, in zut_lookup()
310 if (zl->zl_retcode) in zut_lookup()
324 zl->zl_retcode = VOP_ACCESS(fvn, ACE_READ_NAMED_ATTRS, in zut_lookup()
327 zl->zl_retcode = VOP_ACCESS(fvn, VREAD, 0, cr, NULL); in zut_lookup()
329 if (zl->zl_retcode) in zut_lookup()
333 zl->zl_retcode = VOP_GETATTR(fvn, &vattr, 0, cr, NULL); in zut_lookup()
334 if (zl->zl_retcode) in zut_lookup()
337 zl->zl_retcode = VOP_LOOKUP(fvn, "", &xdvn, NULL, in zut_lookup()
339 if (zl->zl_retcode) in zut_lookup()
344 zl->zl_retcode = VOP_LOOKUP(xdvn, zl->zl_xfile, &xfvn, in zut_lookup()
346 if (zl->zl_retcode) in zut_lookup()
353 zl->zl_retcode = zut_stat64(release, in zut_lookup()