Searched refs:zl_retcode (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzut.h61 int zl_retcode; /* output */ member in struct:zut_lookup
/illumos-gate/usr/src/uts/common/fs/zut/
H A Dzut.c301 zl->zl_retcode = zut_open_dir(zl->zl_dir, NULL, cr, flags, &rpn, &dvn);
302 if (zl->zl_retcode)
308 zl->zl_retcode = VOP_LOOKUP(dvn, zl->zl_file, &fvn, NULL, flags, NULL,
310 if (zl->zl_retcode)
324 zl->zl_retcode = VOP_ACCESS(fvn, ACE_READ_NAMED_ATTRS,
327 zl->zl_retcode = VOP_ACCESS(fvn, VREAD, 0, cr, NULL);
329 if (zl->zl_retcode)
333 zl->zl_retcode = VOP_GETATTR(fvn, &vattr, 0, cr, NULL);
334 if (zl->zl_retcode)
337 zl->zl_retcode
[all...]
/illumos-gate/usr/src/cmd/zlook/
H A Dzlook.c389 if (lk.zl_retcode) {
391 strerror(lk.zl_retcode), lk.zl_retcode);
393 return (lk.zl_retcode);

Completed in 89 milliseconds