Searched refs:vdr_nbytes (Results 1 – 5 of 5) sorted by relevance
423 size_t vdr_nbytes; member444 size32_t vdr_nbytes; member
1124 kbuffer = kmem_alloc(vdr->vdr_nbytes, KM_NOSLEEP); in sp_directed_read()1137 kmem_free(kbuffer, vdr->vdr_nbytes); in sp_directed_read()1142 parent_buf->b_bcount = vdr->vdr_nbytes; in sp_directed_read()1191 cvdr.vdr_nbytes = child_buf->b_bcount; in sp_directed_read()1249 if (vdr->vdr_bytesread != vdr->vdr_nbytes) { in sp_directed_read()1253 kmem_free(kbuffer, vdr->vdr_nbytes); in sp_directed_read()
1610 vdr->vdr_nbytes = vdr32->vdr_nbytes; in md_sp_ioctl()
4527 kbuffer = kmem_alloc(vdr->vdr_nbytes, KM_NOSLEEP); in mirror_directed_read()4530 " bytes\n", vdr->vdr_nbytes); in mirror_directed_read()4538 bp->b_bcount = vdr->vdr_nbytes; in mirror_directed_read()4600 vdr->vdr_bytesread = vdr->vdr_nbytes - bp->b_resid; in mirror_directed_read()4603 vdr->vdr_bytesread = vdr->vdr_nbytes; in mirror_directed_read()4608 kmem_free(kbuffer, vdr->vdr_nbytes); in mirror_directed_read()4646 kmem_free(kbuffer, vdr->vdr_nbytes); in mirror_directed_read()
3346 vdr->vdr_nbytes = vdr32->vdr_nbytes; in md_mirror_ioctl()