Home
last modified time | relevance | path

Searched refs:vdr_nbytes (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Ddkio.h423 size_t vdr_nbytes; member
444 size32_t vdr_nbytes; member
/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c1124 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()
H A Dsp_ioctl.c1610 vdr->vdr_nbytes = vdr32->vdr_nbytes; in md_sp_ioctl()
/titanic_41/usr/src/uts/common/io/lvm/mirror/
H A Dmirror.c4527 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()
H A Dmirror_ioctl.c3346 vdr->vdr_nbytes = vdr32->vdr_nbytes; in md_mirror_ioctl()