HomeSort by: relevance | last modified time | path
    Searched refs:bioerror (Results 1 - 3 of 3) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zvol.c 124 #define bioerror(bp, er) ((bp)->b_error = (er)) macro
1809 bioerror(bp, error);
1817 bioerror(bp, EROFS);
1869 bioerror(bp, error);
1877 bioerror(bp, EROFS);
1895 bioerror(bp, EIO);
1924 bioerror(bp, EIO);
2001 bioerror(bp, off > volsize ? EINVAL : error);
2026 bioerror(bp, off > volsize ? EINVAL : error);
  /src/external/cddl/osnet/dist/lib/libzpool/common/
kernel.c 1216 bioerror(buf_t *bp, int error) function
  /src/external/cddl/osnet/dist/lib/libzpool/common/sys/
zfs_context.h 833 extern void bioerror(buf_t *, int);

Completed in 62 milliseconds