xpo_has_wspace     21 include/linux/sunrpc/svc_xprt.h 	int		(*xpo_has_wspace)(struct svc_xprt *);
xpo_has_wspace    388 net/sunrpc/svc_xprt.c 		if (xprt->xpt_ops->xpo_has_wspace(xprt) &&
xpo_has_wspace    661 net/sunrpc/svcsock.c 	.xpo_has_wspace = svc_udp_has_wspace,
xpo_has_wspace   1181 net/sunrpc/svcsock.c 	.xpo_has_wspace = svc_tcp_has_wspace,
xpo_has_wspace     87 net/sunrpc/xprtrdma/svc_rdma_transport.c 	.xpo_has_wspace = svc_rdma_has_wspace,