Searched refs:iov_base (Results 1 – 9 of 9) sorted by relevance
| /include/uapi/linux/ |
| D | uio.h | 19 void __user *iov_base; /* BSD uses caddr_t (1003.1g requires void *) */ member
|
| /include/linux/sunrpc/ |
| D | svc.h | 506 xdr_init_decode(xdr, buf, argv->iov_base, NULL); in svcxdr_init_decode() 525 xdr->p = resv->iov_base + resv->iov_len; in svcxdr_init_encode() 526 xdr->end = resv->iov_base + PAGE_SIZE; in svcxdr_init_encode()
|
| D | xdr.h | 76 buf->head[0].iov_base = start; in xdr_buf_init() 187 return iov->iov_len = ((u8 *) p - (u8 *) iov->iov_base); in xdr_adjust_iovec() 288 xdr->scratch.iov_base = buf; in xdr_set_scratch_buffer()
|
| /include/scsi/ |
| D | sg.h | 35 void __user *iov_base; /* Starting address */ member
|
| /include/linux/ |
| D | vringh.h | 144 iov->iov[iov->i].iov_base -= iov->consumed; in vringh_iov_reset() 206 kiov->iov[kiov->i].iov_base -= kiov->consumed; in vringh_kiov_reset()
|
| D | uio.h | 19 void *iov_base; /* and that should *never* hold a userland pointer */ member 92 #define iter_iov_addr(iter) (iter_iov(iter)->iov_base + (iter)->iov_offset)
|
| D | iov_iter.h | 52 remain = step(p->iov_base + skip, progress, part, priv, priv2); in iterate_iovec() 86 remain = step(p->iov_base + skip, progress, part, priv, priv2); in iterate_kvec()
|
| D | compat.h | 91 compat_uptr_t iov_base; member
|
| /include/trace/events/ |
| D | sunrpc.h | 76 __entry->head_base = xdr->head[0].iov_base; 78 __entry->tail_base = xdr->tail[0].iov_base; 712 __entry->head_base = xdr->buf->head[0].iov_base, 715 __entry->tail_base = xdr->buf->tail[0].iov_base, 770 __entry->head_base = xdr->buf->head[0].iov_base, 773 __entry->tail_base = xdr->buf->tail[0].iov_base, 1589 __be32 *p = (__be32 *)xdr->head[0].iov_base; 1594 __entry->tail_base = xdr->tail[0].iov_base; 1639 __entry->head_base = xdr->head[0].iov_base; 1641 __entry->tail_base = xdr->tail[0].iov_base;
|