Searched refs:blk_read (Results 1 – 4 of 4) sorted by relevance
354 if (msg->any.blk_read.bytes < DEV_BSIZE || in disk_blk_read()355 msg->any.blk_read.bytes > MAXPHYS) { in disk_blk_read()366 KKASSERT(msg->any.blk_read.bytes <= bp->b_bufsize); in disk_blk_read()369 bp->b_bcount = msg->any.blk_read.bytes; in disk_blk_read()371 bio->bio_offset = msg->any.blk_read.offset; in disk_blk_read()
1464 msg->any.blk_read.bytes, in dmsg_iocom_flush2()1465 msg->any.blk_read.offset); in dmsg_iocom_flush2()1472 msg->any.blk_read.bytes, in dmsg_iocom_flush2()1473 msg->any.blk_read.offset); in dmsg_iocom_flush2()2420 msg->any.blk_read.bytes,2421 msg->any.blk_read.offset);2428 msg->any.blk_read.bytes,2429 msg->any.blk_read.offset);2509 lmsg->any.blk_read.bytes,2510 lmsg->any.blk_read.offset);[all …]
909 msg->any.blk_read.keyid = sc->keyid; in xa_start()910 msg->any.blk_read.offset = bio->bio_offset; in xa_start()911 msg->any.blk_read.bytes = bp->b_bcount; in xa_start()
690 dmsg_blk_read_t blk_read; member