Searched refs:blkdone (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/sys/
H A Ddisk.h24 void disk_err(struct bio *bp, const char *what, int blkdone, int nl);
/freebsd-9.3-release/sys/kern/
H A Dsubr_disk.c30 * blkdone should be -1 if the position of the error is unknown.
34 disk_err(struct bio *bp, const char *what, int blkdone, int nl) argument
58 if (blkdone >= 0) {
59 sn += blkdone;

Completed in 101 milliseconds