Searched refs:xpt_remotebuf (Results 1 – 3 of 3) sorted by relevance
/include/trace/events/ |
D | sunrpc.h | 854 __string(addr, rqst->rq_xprt->xpt_remotebuf) 861 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 880 rqst->rq_xprt->xpt_remotebuf : "(null)") 889 rqst->rq_xprt->xpt_remotebuf : "(null)"); 908 __string(addr, rqst->rq_xprt->xpt_remotebuf) 914 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 941 __string(addr, rqst->rq_xprt->xpt_remotebuf) 948 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 986 __string(addr, xprt->xpt_remotebuf) 993 __assign_str(addr, xprt->xpt_remotebuf); [all …]
|
D | rpcrdma.h | 1277 __string(addr, xprt->xpt_remotebuf) 1282 __assign_str(addr, xprt->xpt_remotebuf); 1537 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1543 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1562 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1568 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf); 1588 __string(addr, rqst->rq_xprt->xpt_remotebuf) 1595 __assign_str(addr, rqst->rq_xprt->xpt_remotebuf); 1820 __string(addr, rdma->sc_xprt.xpt_remotebuf) 1826 __assign_str(addr, rdma->sc_xprt.xpt_remotebuf);
|
/include/linux/sunrpc/ |
D | svc_xprt.h | 85 char xpt_remotebuf[INET6_ADDRSTRLEN + 10]; member 156 snprintf(xprt->xpt_remotebuf, sizeof(xprt->xpt_remotebuf) - 1, in svc_xprt_set_remote()
|