Searched refs:svc_xprt (Results 1 – 14 of 14) sorted by relevance
/linux-4.19.296/include/linux/sunrpc/ |
D | svc_xprt.h | 16 struct svc_xprt *(*xpo_create)(struct svc_serv *, 20 struct svc_xprt *(*xpo_accept)(struct svc_xprt *); 21 int (*xpo_has_wspace)(struct svc_xprt *); 26 void (*xpo_detach)(struct svc_xprt *); 27 void (*xpo_free)(struct svc_xprt *); 29 void (*xpo_kill_temp_xprt)(struct svc_xprt *); 51 struct svc_xprt { struct 95 static inline void unregister_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in unregister_xpt_user() argument 102 static inline int register_xpt_user(struct svc_xprt *xpt, struct svc_xpt_user *u) in register_xpt_user() 121 void svc_xprt_init(struct net *, struct svc_xprt_class *, struct svc_xprt *, [all …]
|
D | svcsock.h | 20 struct svc_xprt sk_xprt; 65 struct svc_xprt *svc_sock_create(struct svc_serv *serv, int prot); 66 void svc_sock_destroy(struct svc_xprt *);
|
D | svcauth.h | 151 struct svc_xprt; 167 extern void svcauth_unix_info_release(struct svc_xprt *xpt);
|
D | svc.h | 64 void (*svo_enqueue_xprt)(struct svc_xprt *); 112 struct svc_xprt *sv_bc_xprt; /* callback on fore channel */ 232 struct svc_xprt * rq_xprt; /* transport ptr */ 375 struct svc_xprt *xprt;
|
D | xprt.h | 240 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */ 309 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
D | svc_rdma.h | 75 struct svc_xprt sc_xprt; /* SVC transport structure */
|
D | clnt.h | 126 struct svc_xprt *bc_xprt; /* NFSv4.1 backchannel */
|
/linux-4.19.296/include/trace/events/ |
D | sunrpc.h | 681 TP_PROTO(struct svc_xprt *xprt, struct svc_rqst *rqst), 686 __field(struct svc_xprt *, xprt) 705 TP_PROTO(struct svc_xprt *xprt), 710 __field(struct svc_xprt *, xprt) 727 TP_PROTO(struct svc_xprt *xprt), 736 __field(struct svc_xprt *, xprt) 773 TP_PROTO(struct svc_xprt *xprt, int len), 778 __field(struct svc_xprt *, xprt)
|
D | rpcrdma.h | 954 const struct svc_xprt *xprt 977 const struct svc_xprt *xprt \
|
/linux-4.19.296/fs/nfsd/ |
D | state.h | 152 struct svc_xprt *cb_xprt; /* minorversion 1 only */ 232 struct svc_xprt *cn_xprt;
|
D | nfssvc.c | 677 …struct svc_xprt *perm_sock = list_entry(rqstp->rq_server->sv_permsocks.next, typeof(struct svc_xpr… in nfsd()
|
D | nfsctl.c | 757 struct svc_xprt *xprt; in __write_ports_addxprt()
|
D | nfs4state.c | 3028 static struct nfsd4_conn *__nfsd4_find_conn(struct svc_xprt *xpt, struct nfsd4_session *s) in __nfsd4_find_conn()
|
/linux-4.19.296/fs/lockd/ |
D | svc.c | 193 struct svc_xprt *xprt; in create_lockd_listener()
|