Symbol: ch_position
drivers/scsi/ch.c
701
retval = ch_position(ch,0,
include/linux/sunrpc/svc_rdma_pcl.h
112
return xdr_align_size(chunk->ch_position + chunk->ch_payload_length);
include/linux/sunrpc/svc_rdma_pcl.h
20
u32 ch_position;
include/trace/events/rpcrdma.h
1702
__entry->position = chunk->ch_position;
net/sunrpc/xprtrdma/svc_rdma_pcl.c
281
ret = pcl_process_region(xdr, 0, chunk->ch_position, actor, data);
net/sunrpc/xprtrdma/svc_rdma_pcl.c
291
ret = pcl_process_region(xdr, start, next->ch_position - start,
net/sunrpc/xprtrdma/svc_rdma_pcl.c
36
chunk->ch_position = position;
net/sunrpc/xprtrdma/svc_rdma_pcl.c
49
if (pos->ch_position == position)
net/sunrpc/xprtrdma/svc_rdma_pcl.c
61
if (pos->ch_position > chunk->ch_position)
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
800
buf->tail[0].iov_base = buf->head[0].iov_base + chunk->ch_position;
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
801
buf->tail[0].iov_len = buf->head[0].iov_len - chunk->ch_position;
net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
802
buf->head[0].iov_len = chunk->ch_position;
net/sunrpc/xprtrdma/svc_rdma_rw.c
1037
length = chunk->ch_position;
net/sunrpc/xprtrdma/svc_rdma_rw.c
1053
length = next->ch_position - head->rc_readbytes;
net/sunrpc/xprtrdma/svc_rdma_rw.c
629
if (xdr_buf_subsegment(xdr, &payload, chunk->ch_position,
net/sunrpc/xprtrdma/svc_rdma_rw.c
912
length = chunk->ch_position;
net/sunrpc/xprtrdma/svc_rdma_rw.c
927
length = next->ch_position - head->rc_readbytes;
net/sunrpc/xprtrdma/svc_rdma_sendto.c
1107
chunk->ch_position = offset;