HomeSort by: relevance | last modified time | path
    Searched defs:ioerr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
bptree.c 190 boolean_t ioerr = B_FALSE; local
255 ioerr = B_TRUE;
259 } else if (ioerr) {
272 if (!ioerr) {
282 ASSERT(!free || err != 0 || ioerr ||
  /src/external/cddl/osnet/dist/cmd/zdb/
zdb.c 2411 int ioerr = zio->io_error; local
2421 if (ioerr && !(zio->io_flags & ZIO_FLAG_SPECULATIVE)) {
2425 zcb->zcb_errors[ioerr]++;
2435 ioerr,

Completed in 28 milliseconds