Home
last modified time | relevance | path

Searched refs:xpt_class (Results 1 – 6 of 6) sorted by relevance

/linux/net/sunrpc/
H A Dsvc_xprt.c170 struct module *owner = xprt->xpt_class->xcl_owner; in svc_xprt_free()
199 xprt->xpt_class = xcl; in svc_xprt_init()
850 __module_get(xprt->xpt_class->xcl_owner); in svc_handle_xprt()
858 module_put(xprt->xpt_class->xcl_owner); in svc_handle_xprt()
1122 xprt->xpt_class->xcl_name); in svc_delete_xprt()
1389 if (strcmp(xprt->xpt_class->xcl_name, xcl_name)) in svc_find_listener()
1433 if (strcmp(xprt->xpt_class->xcl_name, xcl_name)) in svc_find_xprt()
1454 xprt->xpt_class->xcl_name, in svc_one_xprt_name()
H A Dsvc.c1789 u32 max = rqstp->rq_xprt->xpt_class->xcl_max_payload; in svc_max_payload()
/linux/include/linux/sunrpc/
H A Dsvc_xprt.h53 struct svc_xprt_class *xpt_class; member
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c401 __module_get(cma_xprt->sc_xprt.xpt_class->xcl_owner); in svc_rdma_create()
631 __module_get(newxprt->sc_xprt.xpt_class->xcl_owner); in svc_rdma_accept()
/linux/fs/nfsd/
H A Dnfsctl.c2100 if (!strcmp(xprt->xpt_class->xcl_name, xcl_name) && in nfsd_nl_listener_set_doit()
2216 xprt->xpt_class->xcl_name) || in nfsd_nl_listener_get_doit()
H A Dnfs4callback.c1261 args.protocol = conn->cb_xprt->xpt_class->xcl_ident | in setup_callback_client()