Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dsvcauth_unix.c354 sn = net_generic(xprt->xpt_net, sunrpc_net_id); in ip_map_cached_get()
388 sn = net_generic(xprt->xpt_net, sunrpc_net_id); in ip_map_cached_put()
402 sn = net_generic(xpt->xpt_net, sunrpc_net_id); in svcauth_unix_info_release()
645 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, in unix_gid_find()
675 struct net *net = xprt->xpt_net; in svcauth_unix_set_client()
H A Dsvc_xprt.c150 put_net(xprt->xpt_net); in svc_xprt_free()
186 xprt->xpt_net = get_net(net); in svc_xprt_init()
1067 if (xprt->xpt_net != net) in svc_close_list()
1089 if (xprt->xpt_net != net) in svc_dequeue_net()
1285 if (xprt->xpt_net != net) in svc_find_xprt()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dsvc_xprt.h90 struct net *xpt_net; member
H A Dsvc.h306 #define SVC_NET(rqst) (rqst->rq_xprt ? rqst->rq_xprt->xpt_net : rqst->rq_bc_net)
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c202 listen_xprt->sc_xprt.xpt_net); in handle_connect_req()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfssvc.c891 struct net *net = perm_sock->xpt_net; in nfsd()